Skip to content

feat(claude): add follow-up prompt suggestions to composer - #13

Merged
asfires merged 1 commit into
mainfrom
t3code/claude-prompt-suggestions
Aug 12, 2026
Merged

asfires merged 1 commit into
mainfrom
t3code/claude-prompt-suggestions

Conversation

@asfires

@asfires asfires commented Aug 12, 2026

Copy link
Copy Markdown
Owner

What Changed

Added Claude follow-up prompt suggestions to the composer. Suggestions are captured from the Claude SDK, stored as hidden turn-scoped metadata, and shown in the empty composer after a completed turn. Users can press Tab to insert a suggestion without submitting it.

Added an on-by-default Claude provider setting to enable or disable prompt suggestions, along with contract, adapter, orchestration, composer, and utility tests. Updated the Claude provider documentation.

Why

Claude can suggest useful next steps after completing a turn. Surfacing those suggestions in the composer makes follow-up actions easier while keeping users in control of submission. Suggestions are only shown for the latest completed turn and never replace existing user input.

UI Changes

The empty Claude composer now displays the latest follow-up suggestion when available. Pressing Tab inserts it into the composer; Shift+Tab and non-empty composer input retain their existing behavior.

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes
  • I included a video for animation/interaction changes

- Surface Claude suggestions in the composer and accept them with Tab
- Add per-provider prompt suggestion settings, enabled by default
@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:L labels Aug 12, 2026
@asfires
asfires merged commit dc6f408 into main Aug 12, 2026
6 of 11 checks passed
@asfires
asfires deleted the t3code/claude-prompt-suggestions branch August 12, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant