Skip to content

Question tool not available despite being configured #730

@1orZero

Description

@1orZero

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    answeredQuestion has been answeredbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions