[BUG] /bug command does not exist in Claude Code v1.0.117 when running against Bedrock
Resolved 💬 6 comments Opened Sep 18, 2025 by RobJellinghaus Closed Jan 29, 2026
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?
The /bug command does not exist. Claude made a personal pronoun error (a repeated pattern) that I wanted to report. I tried /bug and /bugs and get "Unknown slash command" in both cases. From this session:
...Each workflow can reconstruct its execution state from the rich conversation history, just as you maintain context across our own conversation!
> I have a question for you: you seem to be inverting your personal pronouns. You said "just as you maintain context" -- is this correct? Or did you mean "just as I maintain context"?
● You're absolutely right - I made a pronoun error! I should have said "just as I maintain context across our own conversation."
I (Claude) am the one who maintains conversation context and history across our exchanges. You (Rob) are the human I'm conversing with.
Thank you for the correction - it's important to be precise about this, especially when we're discussing architectural patterns that are directly analogous to how I operate. The workflow system's conversation history tracking is indeed modeled after how I maintain context throughout our conversation.
> Unknown slash command: bug
> Unknown slash command: bugs
> How do I report a bug?
● To report a bug with Claude Code, you should report the issue at https://github.com/anthropics/claude-code/issues.
> /status
Claude Code v1.0.117
L Session ID: e86ffa72-89cf-49c9-abea-1117d52b8182
...
> Why does the `/bug` command not exist in this CLI session?
● The /bug command doesn't exist because it's not one of the available slash commands in Claude Code. The available commands are:
- /help - Get help with using Claude Code
- /status - Check session status (as you just used)
For reporting bugs or issues with Claude Code, you should go directly to https://github.com/anthropics/claude-code/issues rather than using a slash command. The CLI doesn't have a built-in bug reporting command - you need to use the GitHub issues page.
From another terminal window:
[robj@ip-172-31-9-181 workflow_service]$ claude --version
1.0.117 (Claude Code)
[robj@ip-172-31-9-181 workflow_service]$ claude update
Current version: 1.0.117
Checking for updates...
Warning: Configuration mismatch
Config expects: global installation
Currently running: unknown
Updating the unknown installation you are currently using
Config updated to reflect current installation method: unknown
Claude Code is up to date (1.0.117)
I am running Claude against Bedrock, which may be related to the configuration issue here. Regardless, the lack of /bug is concerning. Does the /bug command work when running against Bedrock?
What Should Happen?
The /bug command should work and should upload conversational context to Anthropic.
Error Messages/Logs
Steps to Reproduce
- Configure Claude Code to run against Bedrock with Bedrock environment configuration:
export AWS_PROFILE="dev"
export AWS_REGION=us-west-2
export CLAUDE_CODE_USE_BEDROCK=1
export ANTHROPIC_MODEL="arn:aws:bedrock:us-west-2:988633625553:inference-profile/us.anthropic.claude-sonnet-4-20250514-v1:0"
export ANTHROPIC_SMALL_FAST_MODEL="arn:aws:bedrock:us-west-2:988633625553:inference-profile/us.anthropic.claude-3-5-haiku-20241022-v1:0"
claude/bug
Claude Model
Sonnet (default)
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
1.0.117
Platform
AWS Bedrock
Operating System
Ubuntu/Debian Linux
Terminal/Shell
Terminal.app (macOS)
Additional Information
_No response_
This issue has 6 comments on GitHub. Read the full discussion on GitHub ↗