Skip to content

[BUG] Custom slash commands from .claude/commands/ not showing in autocomplete (v2.1.89, Zed editor) #42158

Description

@Jenosize

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

  1. Create .claude/commands/ in project root with valid .md command files (proper YAML frontmatter with allowed-tools, description, argument-hint, model)
  2. Also have the same commands in ~/.claude/commands/ (global)
  3. Open Claude Code in Zed
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions