[BUG] Prompting `/status` while its doing something results in Claude taking it as a prompt
Resolved 💬 3 comments Opened Sep 17, 2025 by ANogin Closed Sep 25, 2025
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?
I prompted /status while Claude Code was busy. It resulted in
> /status
● I'll check the system and account status for you.
● Bash(echo "Claude Code Status Check" && echo "========================" && echo "" && echo "Working
Directory: $(pwd)" && echo "Git Branch: $(git branch --show-curre…)
⎿ Claude Code Status Check
========================
… +14 lines (ctrl+o to expand)
⎿ Found 2 new diagnostic issues in 1 file (ctrl-o to expand)
● System Status:
- Working Directory: ...
...
What Should Happen?
It should not have mattered that it was busy - ideally, it should be able to respond to /status in parallel with it's normal workflow, but at least it should be able to provide the regular status command response once it's not busy.
Error Messages/Logs
Steps to Reproduce
- Prompt Claude code to do something
- While it's doing it, prompt
/status.
Claude Model
Opus
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
1.0.117
Platform
Anthropic API
Operating System
Ubuntu/Debian Linux
Terminal/Shell
VS Code integrated terminal
Additional Information
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗