Custom slash commands not loading after update to v1.0.62
Status Fixed / completed
Maintainer reply ✓ Yes — ant-kurt
Activity 5 comments · opened Jul 29, 2025 · closed Jul 29, 2025
💡 Likely answer: A maintainer (ant-kurt, collaborator)
responded on this thread — see the highlighted reply below.
Issue Summary
Custom slash commands defined in ~/.claude/commands/ directory are no longer being recognized after updating to
Claude Code v1.0.62. Only built-in commands (/init, /pr-comments, /review) are available.
Steps to Reproduce
- Have custom slash commands in ~/.claude/commands/ directory (e.g., bugfix.md, test.md, etc.)
- Update Claude Code to v1.0.62
- Start interactive session with claude
- Try to execute custom command like /bugfix
Expected Behavior
Custom slash commands should be loaded and available for use, as they were in previous versions.
Actual Behavior
- Custom commands are not recognized
- Error message: Unknown command: /bugfix. Available commands: /init, /pr-comments, /review
- Only built-in system commands are available
Environment
- Claude Code Version: 1.0.62
- Platform: Windows (win32)
- Node.js Version: v20.19.1
- Commands Directory: C:\Users\guang\.claude\commands\
- Commands Present: ask.md, bugfix.md, cicd.md, code.md, custom-help.md, debug.md, deploy-check.md, docs.md,
optimize.md, refactor.md, review.md, security.md, spec.md, test.md, think.md
Additional Context
- Commands were working perfectly 8 hours ago before the update
- Command files are properly formatted Markdown files
- claude doctor command shows various errors related to "Raw mode is not supported"
- This appears to be a regression introduced in v1.0.62
Sample Command File Format
## Usage
/bugfix <ERROR_DESCRIPTION>
## Context
- Error description: $ARGUMENTS
- Relevant code files will be referenced using @ file syntax as needed.
[... rest of command definition ...]
Impact
This is a significant regression that breaks existing workflows and productivity setups that rely on custom
commands.
5 Comments
The temporary solution now is to roll back to version 1.0.61 ,https://github.com/anthropics/claude-code/issues/1212#issuecomment-3130515627
Bump, VERY annoying. Please make this top prio
Same issue here!
Please, fix it!
Issues with custom agents, file search, and custom slash commands on Windows should be resolved for CMD and Powershell in 1.0.63, which released today but is not yet tagged as
latest.Downgrading to 1.0.61 will also mitigate.
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.