fix(ce-compound): require question tool for "What's next?" prompt (#460)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Trevin Chow
2026-03-30 16:25:26 -07:00
committed by GitHub
parent 847ce3f156
commit 9bf3b07185
2 changed files with 148 additions and 0 deletions

View File

@@ -354,6 +354,8 @@ What's next?
5. Other
```
**After displaying the success output, present the "What's next?" options using 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, present the numbered options and wait for the user's reply before proceeding. Do not continue the workflow or end the turn without the user's selection.
**Alternate output (when updating an existing doc due to high overlap):**
```