-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
answeredQuestion has been answeredQuestion has been answeredbugSomething isn't workingSomething isn't working
Description
Summary
The question tool is documented in OpenCode (https://opencode.ai/docs/tools/#question) and I've configured it in oh-my-opencode, but it doesn't appear in the available tools list during runtime.
Environment
- OpenCode version: 1.1.x
- oh-my-opencode version: latest
- OS: macOS
Configuration
I have configured it this way:
oh-my-opencode.json:
{
"permission": {
"question": "allow"
},
"agents": {
"Sisyphus": {
"tools": {
"question": true
}
}
}
}Expected Behavior
The question tool should be available, allowing Sisyphus to:
- Ask the user questions during execution
- Gather user preferences or requirements
- Clarify ambiguous instructions
Actual Behavior
The tool is not present in the runtime tool list. All other built-in tools (bash, edit, read, grep, glob, todowrite, webfetch, etc.) work correctly.
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
answeredQuestion has been answeredQuestion has been answeredbugSomething isn't workingSomething isn't working