claude-code - 💡(How to fix) Fix [BUG] Desktop app missing slash commands available in CLI (/btw, /compact, /diff, etc.) [2 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#45399Fetched 2026-04-09 08:06:19
View on GitHub
Comments
2
Participants
2
Timeline
6
Reactions
0
Author
Timeline (top)
labeled ×4commented ×2
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?

The Claude Code Desktop app is missing many slash commands that work in the CLI (TUI). Typing / in the Desktop app shows a reduced set of commands compared to the CLI. Commands like /btw, /compact, /diff, /branch, /effort, /security-review, and others are available in the TUI but not in the Desktop app.

Previously reported in #24873, #18811, #15301, #10294 — all were auto-closed by the duplicate/stale bot without any human response from the team.

Expected Behavior

All slash commands available in the CLI should also be available in the Desktop app, since they share the same core engine.

How to Reproduce

  1. Open Claude Code Desktop app (macOS)
  2. Type / to see available slash commands
  3. Compare to running claude in terminal and typing /
  4. Desktop app is missing many commands

CLI version

Latest (TUI has full slash command support)

Desktop app version

Latest (missing commands)

Operating System

macOS

extent analysis

TL;DR

The Desktop app may need an update to its command registry or synchronization with the CLI to include all available slash commands.

Guidance

  • Verify that the Desktop app and CLI are using the same version of the core engine to ensure consistency in available commands.
  • Check the Desktop app's configuration or settings for any options to sync or update its command list from the CLI.
  • Compare the code or implementation differences between the Desktop app and CLI for handling slash commands to identify potential discrepancies.
  • Test the Desktop app on a different operating system or environment to see if the issue is specific to macOS.

Example

No code snippet is provided as the issue does not include specific code details.

Notes

The issue may be related to a synchronization or configuration problem between the Desktop app and the CLI, rather than a fundamental issue with the core engine. The fact that previous reports were auto-closed without response suggests that the issue may not have been properly addressed or investigated.

Recommendation

Apply workaround: The user could use the CLI version of Claude Code as a temporary workaround until the Desktop app is updated to include all available slash commands. This is because the CLI version has full support for the required slash commands.

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