Custom slash commands from .claude/commands/ not populating / autocomplete menu (v2.1.108)

Resolved 💬 3 comments Opened Apr 16, 2026 by phileokairos-pixel Closed May 25, 2026

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

  1. Place .md command files in ~/.claude/commands/ (global) and/or .claude/commands/ (project)
  2. Open Claude Code Desktop App
  3. Type / in the input
  4. Only schedule, btw, rewind appear — 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.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗