fix(question-tool): stop silent skips when tool looks unavailable (#620)
This commit is contained in:
@@ -7,7 +7,7 @@ description: Commit, push, and open a PR with an adaptive, value-first descripti
|
||||
|
||||
Go from working changes to an open pull request, or rewrite an existing PR description.
|
||||
|
||||
**Asking the user:** When this skill says "ask the user", use the platform's blocking question tool (`AskUserQuestion` in Claude Code, `request_user_input` in Codex, `ask_user` in Gemini). If unavailable, present the question and wait for a reply.
|
||||
**Asking the user:** When this skill says "ask the user", 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 the question 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.
|
||||
|
||||
## Mode detection
|
||||
|
||||
|
||||
Reference in New Issue
Block a user