VS Code: 'Tell Claude what to do instead' text not shown in conversation
Summary
When using the VS Code extension's permission dialog (the 4-option prompt that appears for tool approvals), the 4th option — "Tell Claude what to do instead" — accepts free-text input but the text the user types does not appear anywhere in the conversation UI after submission.
The tool use is correctly rejected, and Claude does receive the text as part of the rejection reason (confirmed by testing). But from the user's perspective, their typed feedback simply vanishes — there's no visual confirmation it was delivered.
Current behavior
- Permission dialog appears with 4 options (Yes / Yes for all / No / Tell Claude what to do instead)
- User types text in the 4th box and submits
- The tool use is rejected
- The text the user typed does not appear in the conversation thread
- User has no way to know if Claude received their feedback
Expected behavior
The text typed in the 4th box should appear in the conversation as a visible user message (or at minimum, as an annotation on the rejected tool call), so the user can see:
- What they said was recorded
- That Claude is responding to their specific feedback
Why it matters
Without visual confirmation, users assume the feature is broken and stop using it. It's actually a useful redirection mechanism — but the lack of feedback makes it feel like a black hole.
🤖 Generated with Claude Code
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗