claude-code - 💡(How to fix) Fix [Bug] Numeric feedback input conflicts with Claude's numbered response options [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48484Fetched 2026-04-16 06:58:51
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×3commented ×1

Code Example

[]
RAW_BUFFERClick to expand / collapse

Bug Description Giving feedback as numbers (1,2,3,0) is problematic as Claude will often give numbered options in responses. "Do you want to proceed with option 1, 2, or 3?" -> I press "1" and then notice I have given a "bad feedback" AND claude does not proceed with option 1, so, double-bad.

Environment Info

  • Platform: win32
  • Terminal: windows-terminal
  • Version: 2.1.109
  • Feedback ID: aba73265-c9bb-4436-a98b-b3ce7b9766c7

Errors

[]

extent analysis

TL;DR

Change the feedback input method to non-numeric to avoid conflicts with Claude's numbered options.

Guidance

  • Identify and modify the code that handles user feedback input to accept non-numeric values, such as text or emojis.
  • Verify that the new input method does not interfere with Claude's ability to process numbered options.
  • Consider adding input validation to ensure that user feedback is correctly interpreted and does not trigger unintended actions.
  • Review the user interface to ensure that the new feedback input method is clear and intuitive for users.

Example

No code snippet is provided as the issue does not contain sufficient technical details.

Notes

The solution may require changes to the user interface and input handling code, which could have unintended consequences if not thoroughly tested.

Recommendation

Apply workaround: Change the feedback input method to non-numeric to avoid conflicts with Claude's numbered options, as this is a more straightforward and safer approach than modifying the existing numeric input system.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [Bug] Numeric feedback input conflicts with Claude's numbered response options [1 comments, 2 participants]