fix(question-tool): stop silent skips when tool looks unavailable (#620)
This commit is contained in:
@@ -385,7 +385,7 @@ Write the file to the repo root as `ONBOARDING.md`.
|
||||
|
||||
### Phase 5: Present Result
|
||||
|
||||
After writing, inform the user that `ONBOARDING.md` has been generated. Offer next steps using the platform's blocking question tool when available (`AskUserQuestion` in Claude Code, `request_user_input` in Codex, `ask_user` in Gemini). Otherwise, present numbered options in chat.
|
||||
After writing, inform the user that `ONBOARDING.md` has been generated. Offer next steps 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.
|
||||
|
||||
Options:
|
||||
1. Open the file for review
|
||||
|
||||
Reference in New Issue
Block a user