[BUG] Numbered AskUserQuestion choice concurrent with feedback prompt leads to inaccurate feedback responses
Resolved 💬 2 comments Opened Jun 7, 2026 by jayrbarr Closed Jun 11, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Numbered choice question presented at the same time as the feedback prompt causes the user's selection to be misrouted as negative feedback.
What Should Happen?
A simple fix would be suppressing the feedback prompt while an AskUserQuestion response is pending.
Error Messages/Logs
Steps to Reproduce
When presented with a numbered choice for AskUserQuestion, wait for feedback prompt to also appear. Try to respond to the numbered choice question in the terminal. The feedback prompt will intercept the numbered response first. This could lead to inaccurate feedback responses.
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.153
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗