Numbered feedback prompts conflict with numbered user responses
What's Wrong?
The feedback rating system prompts for numeric input (0-5 scale). When users respond to Claude's questions using numbered lists (e.g., "1. answer 2. question 3. task"), the input parser interprets leading numbers as feedback ratings instead of message content. This causes:
- Incorrect feedback being submitted
- User prompts being mangled or truncated
- Loss of intended message content
What Should Happen?
Numbered list responses should not be intercepted as feedback ratings. The feedback system should require explicit confirmation or use non-numeric input to avoid collision with common response formats.
Steps to Reproduce
- Engage in a conversation where Claude asks a multi-part question
- Wait for or trigger a feedback prompt (0-5 rating request)
- Respond with a numbered list: "1. First answer 2. Second point 3. Additional context"
- Observe that the leading number is captured as feedback rating
- Notice the remaining text is either truncated or mishandled
Error Messages/Logs
No explicit error - the feedback is silently submitted with the wrong value and the user's actual response is corrupted.
Session Reference
Session ID with feedback activity: 14209255-d94a-4caf-98b8-f03350ca7daa
(Available for Anthropic team to review if needed)
Claude Model
Opus 4.5
Is this a regression?
Yes - this behavior has been observed in previous versions but the exact version is unknown.
Claude Code Version
2.0.61 (Claude Code)
Platform
Anthropic Direct
Operating System
Ubuntu 22.04.5 LTS (GNU/Linux 6.6.87.2-microsoft-standard-WSL2 x86_64)
Terminal/Shell
Windows Terminal
Additional Information
This is a UX/input parsing issue where the feedback collection mechanism collides with common user input patterns. Numbered lists are a natural way to respond to multi-part questions, making this collision likely to occur frequently.