2.1.89 regression: local slash command autocomplete broken in projects
Resolved 💬 2 comments Opened Apr 1, 2026 by fsagastapolar Closed Apr 18, 2026
Description
After upgrading from 2.1.87 to 2.1.89, the / command autocomplete for local project commands (.claude/commands/*.md) stopped working entirely across all projects. Downgrading back to 2.1.87 restores the behavior.
Steps to Reproduce
- Have one or more projects with
.claude/commands/containing.mdcommand files - Upgrade to 2.1.89
- Open any of those projects and type
/in the prompt
Expected Behavior
Autocomplete suggestions appear for the custom commands defined in .claude/commands/
Actual Behavior
No suggestions appear when typing / — local commands are not shown
Environment
- OS: Linux (Ubuntu)
- Claude Code version affected: 2.1.89
- Claude Code version where it works: 2.1.87
Notes
Nothing in the 2.1.89 changelog mentions changes to slash command autocomplete, so this appears to be an unintentional regression.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗