[BUG] Custom command namespaced doens't work, @ symbol doesn't show files to select from anymore
Environment
- Platform (select one):
- [X] Anthropic API
- [ ] AWS Bedrock
- [ ] Google Vertex AI
- [ ] Other: <!-- specify -->
- Claude CLI version: 1.0.62
- Operating System: Windows 11
- Terminal: Terminal App
Bug Description
Custom commands namespaces doesn't work anymore, it works only if it is not in the namespace (separate folder in commands directory), also @ symbol doesn't activate file search anymore, it shows only some agents, but doesn't show file list to select from.
Steps to Reproduce
- Create a custom command in the folder
.claude/commands/BMAD/agents/dev.md, or use simpler path.claude/frontend/fix-issue.md - Try to enter
/no custom command available on the bottom of the screen! - Try to enter either
/BMAD/agents:dev(as it worked previously), or/BMAD/agents/dev, or/frontend/fix-issue - See error from Claude Code, that the command is not found
- Now, enter
@symbol, the files from the current project should appear, but instead there are some unknown agents appear, see on the screenshot.
Expected Behavior
- After typing
/symbol custom commands should appear in the list. When entered correct custom command with namespace it should be executed by the Claude Code. - After typing
@symbol list of the files available in the project should appear.
Actual Behavior
None custom commands appear after entered / symbol, custom commands from the namespaces not found by the Claude Code, so doesn't work. No files shown after @ symbol entered.
Additional Context
<img width="1370" height="150" alt="Image" src="https://github.com/user-attachments/assets/acfcc2f7-a033-43ce-a313-191d22450c4c" />
<img width="1356" height="153" alt="Image" src="https://github.com/user-attachments/assets/0ace8683-0170-49f2-820a-858b2bd65e6d" />
<img width="1419" height="134" alt="Image" src="https://github.com/user-attachments/assets/ffca2d36-2b71-4984-9b76-6285655b323b" />
6 Comments
+1
I am having the same issue
<img width="1115" height="628" alt="Image" src="https://github.com/user-attachments/assets/d13a80aa-2207-4109-9e30-98ce629bf451" />
Maybe you can downgrade to this version to temporarily fix the issue, it works for me atm.
<img width="1115" height="628" alt="Image" src="https://github.com/user-attachments/assets/43e31ca6-f40a-4a14-bbfd-70834c1f7dda" />
check this link, if you are still encountering auto updates after disabling it via
claude config set -g autoUpdates disabledorclaude config set -g autoUpdates falsehttps://github.com/anthropics/claude-code/issues/4626#issuecomment-3133262704
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.
thank you very much for the fix!
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.