Bug Description
Custom slash commands defined in .claude/commands/ do not appear in autocomplete when using Claude Code v2.1.89 in the Zed editor.
Environment
- Claude Code version: 2.1.89
- OS: macOS (Darwin 23.6.0)
- Editor: Zed
- Shell: zsh
Steps to Reproduce
- Create
.claude/commands/ in project root with valid .md command files (proper YAML frontmatter with allowed-tools, description, argument-hint, model)
- Also have the same commands in
~/.claude/commands/ (global)
- Open Claude Code in Zed
- Type
/ — no custom commands appear in autocomplete
Expected Behavior
Custom slash commands (/crawl-domain, /dns-check, /meta-prompt, /short-form-story, /text-to-video-prompt) should appear in autocomplete.
Actual Behavior
No custom commands are listed. Only built-in commands appear (or none at all).
Directory Structure
.claude/
├── commands/
│ ├── crawl-domain.md
│ ├── dns-check.md
│ ├── meta-prompt.md
│ ├── short-form-story.md
│ └── text-to-video-prompt.md
└── settings.local.json
All files have correct read permissions (-rw-r--r--).
Related Issues
🤖 Generated with Claude Code
Bug Description
Custom slash commands defined in
.claude/commands/do not appear in autocomplete when using Claude Code v2.1.89 in the Zed editor.Environment
Steps to Reproduce
.claude/commands/in project root with valid.mdcommand files (proper YAML frontmatter withallowed-tools,description,argument-hint,model)~/.claude/commands/(global)/— no custom commands appear in autocompleteExpected Behavior
Custom slash commands (
/crawl-domain,/dns-check,/meta-prompt,/short-form-story,/text-to-video-prompt) should appear in autocomplete.Actual Behavior
No custom commands are listed. Only built-in commands appear (or none at all).
Directory Structure
All files have correct read permissions (
-rw-r--r--).Related Issues
🤖 Generated with Claude Code