fix(question-tool): stop silent skips when tool looks unavailable (#620)
This commit is contained in:
@@ -11,7 +11,7 @@ Report bugs encountered while using the compound-engineering plugin. This skill
|
||||
|
||||
## Step 1: Gather Bug Information
|
||||
|
||||
Ask the user the following questions (using the platform's blocking question tool — e.g., `AskUserQuestion` in Claude Code, `request_user_input` in Codex, `ask_user` in Gemini — or present numbered options and wait for a reply):
|
||||
Ask the user the following questions using the platform's blocking question tool: `AskUserQuestion` in Claude Code (call `ToolSearch` with `select:AskUserQuestion` first if its schema isn't loaded), `request_user_input` in Codex, `ask_user` in Gemini. Fall back to numbered options in chat only when no blocking tool exists in the harness or the call errors (e.g., Codex edit modes) — not because a schema load is required. Never silently skip the question:
|
||||
|
||||
**Question 1: Bug Category**
|
||||
- What type of issue are you experiencing?
|
||||
|
||||
Reference in New Issue
Block a user