fix(question-tool): stop silent skips when tool looks unavailable (#620)
This commit is contained in:
@@ -52,7 +52,7 @@ Based on detected signals, choose a mode:
|
||||
|
||||
### Asking the User
|
||||
|
||||
When context is ambiguous, use the platform's blocking question tool (`AskUserQuestion` in Claude Code, `request_user_input` in Codex, `ask_user` in Gemini). If no question tool is available, assume "partial" mode and proceed conservatively.
|
||||
When context is ambiguous, use 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 presenting 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. If the user declines to pick, assume "partial" mode and proceed conservatively.
|
||||
|
||||
Example question: "I found [detected signals]. Should I follow your existing design patterns or create something distinctive?"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user