Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
tmchow merged 2 commits into
mainfrom
fix/ce-compound-question-tool-for-next-steps
Mar 30, 2026
Merged

fix(ce-compound): require question tool for "What's next?" prompt#460
tmchow merged 2 commits into
mainfrom
fix/ce-compound-question-tool-for-next-steps

Conversation

@tmchow
Copy link
Copy Markdown
Collaborator

@tmchow tmchow commented Mar 30, 2026

The success output's "What's next?" options were presented as plain text rather than using the platform's blocking question tool. This meant the workflow could end its turn without the user's selection being captured — the options were decorative, not interactive.

Adds an explicit instruction after the success output block to use AskUserQuestion (Claude Code) / request_user_input (Codex) / ask_user (Gemini), with a fallback for environments without a question tool.

Also includes a learning document capturing the discoverability check pattern from feat/compound-discoverability-check.


Compound Engineering v2.59.0
🤖 Generated with Claude Opus 4.6 (1M context, extended thinking) via Claude Code

tmchow and others added 2 commits March 30, 2026 16:15
The success output's "What's next?" options were presented as plain text,
not using the platform's blocking question tool. This meant the workflow
could end without the user's selection being captured.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
…ge stores

Captures the design rationale behind the discoverability check added in
feat/compound-discoverability-check — ensuring project instruction files
surface docs/solutions/ so agents in fresh sessions can find it.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
@tmchow tmchow merged commit 9bf3b07 into main Mar 30, 2026
2 checks passed
@github-actions github-actions Bot mentioned this pull request Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant