Feature request: setting to hide individual built-in slash commands from the menu
Status Closed — not planned
Maintainer reply None cached
Activity 1 comment · opened Jun 12, 2026 · closed Jul 24, 2026
Description
There's currently no way to hide individual built-in slash commands from the slash-command menu. skillOverrides and disableBundledSkills only affect skills, not built-in commands.
Concrete pain point: /usage and /usage-credits sit adjacent in the menu, and it's easy to accidentally trigger /usage-credits when intending to check usage. I never use /usage-credits and would like to hide it entirely.
Proposed solution
A settings.json option for granular control over built-in command visibility, e.g.:
{
"commandOverrides": {
"usage-credits": "hidden"
}
}
Environment
- Platform: macOS (Darwin 25.5.0)
- Claude Code CLI
🤖 Generated with Claude Code
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗