claude-code - 💡(How to fix) Fix [BUG] Feedback mistakenly taking numbers meant as a response to Claude [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#54998Fetched 2026-05-01 05:48:55
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
0
Timeline (top)
labeled ×4closed ×1commented ×1

Error Message

Error Messages/Logs

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

I'm using the Superpowers plugin, which often provides multiple numbered options for something (without using the question-asking tool). It's happened a couple of times where I enter 1 as a response to the agent's proposals and then realize that the feedback prompt had shown up and took the 1 to mean that Claude is doing poorly.

This isn't a problem for me, but if this kind of thing happens for other people, your feedback numbers might be slightly off if people are unwittingly responding to the survey when they're intending to type a response to Claude.

What Should Happen?

Ideally, the feedback prompt wouldn't appear if Claude's last message is something that could be answered with a number, or the UX should be more clear that you're in "feedback-giving mode" so anything you type will be entered as the response to that prompt.

Error Messages/Logs

Steps to Reproduce

Use the Superpowers plugin long enough for the feedback prompt to show up.

Claude Model

None

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

2.1.123 (Claude Code)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Other

Additional Information

No response

extent analysis

TL;DR

Modify the Superpowers plugin to delay or conditionally display the feedback prompt when Claude's last message expects a numerical response.

Guidance

  • Review the Superpowers plugin's logic for displaying the feedback prompt to identify opportunities for conditional display based on the context of Claude's last message.
  • Consider adding a visual indicator or mode switch to clearly signal when the user is in "feedback-giving mode" to avoid unintended responses.
  • Evaluate the plugin's input handling to determine if it can differentiate between intended responses to Claude and feedback submissions.
  • Test the modified plugin with various scenarios to ensure the feedback prompt behaves as expected and does not interfere with user interactions.

Notes

The solution may require adjustments to the plugin's UI/UX and input processing logic, which could have implications for user experience and feedback data accuracy.

Recommendation

Apply workaround: Modify the Superpowers plugin to improve the timing and clarity of the feedback prompt display, reducing the likelihood of unintended feedback submissions.

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