Custom slash commands from .claude/commands/ not populating / autocomplete menu (v2.1.108)
Bug
After updating to Claude Code 2.1.108 (Desktop App, Windows 11), the / autocomplete dropdown no longer shows custom commands from ~/.claude/commands/ or .claude/commands/. Only three built-in commands appear: schedule, btw, rewind.
Environment
- Claude Code: 2.1.108 (Desktop App)
- OS: Windows 11 Pro (10.0.26200)
- Shell: Git Bash (MINGW64)
Reproduction
- Place
.mdcommand files in~/.claude/commands/(global) and/or.claude/commands/(project) - Open Claude Code Desktop App
- Type
/in the input - Only
schedule,btw,rewindappear — no custom commands
Expected
All custom commands from both directories should populate the autocomplete, as they did in previous versions.
Details
I have 13 global commands and 8 project commands (plus 85 nested in subdirectories). Both frontmatter and plain-text formats are affected:
# With frontmatter (doesn't appear):
---
name: push-live
description: Build, commit, push to production...
---
# Without frontmatter (doesn't appear):
Morning standup. Do all of this automatically...
The commands ARE loaded by the model internally — the system sees them as available skills and can invoke them via the Skill tool when typed manually. The issue is only with the user-facing autocomplete dropdown.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗