Include dismissed prompt suggestion as context for the model
Resolved 💬 2 comments Opened Feb 15, 2026 by ajg Closed Mar 15, 2026
Problem
When Claude Code suggests a follow-up prompt and the user dismisses it by typing their own text, the model has no awareness of what was suggested. This creates confusion when the user's response is a reaction to the suggestion (e.g., questioning or correcting it).
Example
- Claude Code suggests: "there is one at the root of the project"
- User dismisses it and types: "is there?"
- The model has no idea what the user is referring to
Proposed Solution
Include the dismissed prompt suggestion as context in the conversation so the model can understand what the user is reacting to. For example, a system note like: "Suggested prompt (dismissed by user): ..."
This would improve conversational coherence without requiring any change in user workflow.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗