[BUG] Session rating "not good" suggests /issue command which returns "Unknown command"
Resolved 💬 3 comments Opened May 1, 2026 by AMG-75 Closed May 4, 2026
Description
When rating a session as "not good", Claude Code prompts the user to send a report via /issue. Typing /issue returns:
Unknown command: /issue. Did you mean /ide?
The fuzzy-match suggests /ide (unrelated), confirming the command resolver does not know /issue.
Environment
- Claude Code version:
2.1.123 - OS: Windows 11 Home 10.0.26200
- Shell: bash
Steps to reproduce
- Trigger the session rating prompt at session end
- Rate the session negatively ("not good" or equivalent)
- Follow the in-prompt instruction to use
/issueto send a report - Observe:
Unknown command: /issue. Did you mean /ide?
Expected
/issue opens a feedback/report form (or the CLI otherwise offers a working path to submit the report).
Actual
The command resolver does not recognize /issue, leaving no working path to follow the rating-prompt's own instruction.
Related "advertised slash command returns Unknown" pattern
- #33000 (
/effort) - #29265 (
/remote-control) - #45595 (
/buddy) - #31583 (session rating prompt UI leak)
Notes
/help does not list /issue as a valid command in v2.1.123, suggesting the rating-flow's prompt text may reference a command that is not yet (or no longer) wired up.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗