/bug command not available in VS Code panel
Resolved 💬 3 comments Opened Feb 24, 2026 by hiddenadhd Closed Feb 28, 2026
Summary
The /bug command is only available in the CLI, not in the VS Code extension panel. This means VS Code panel users — who are most likely to encounter panel-specific bugs — can't use the built-in bug reporting tool from where they hit the issue.
Currently the panel only surfaces /debug, not /bug.
Expected behavior
/bug should be available in the VS Code panel's command menu (the / menu), so users can report issues without switching to the terminal CLI.
Why it matters
- The panel is where VS Code-specific bugs are encountered (UI glitches, rendering issues, panel-specific behavior)
- Switching to the CLI to file a
/bugreport loses the conversation context from the panel session - Low-friction reporting encourages more bug reports, which helps the team catch panel-specific issues faster
Current workaround
Open integrated terminal, run claude, use /bug there — but this loses the panel session context.
Environment
- VS Code extension (panel mode)
- macOS
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗