Slash command autocomplete missing for second command in same message
Resolved 💬 3 comments Opened Apr 23, 2026 by m-ghalib Closed Apr 26, 2026
Description
When typing multiple slash commands in a single message, the autocomplete suggestions panel at the bottom of the terminal only appears for the first slash command. The second (and subsequent) slash commands get no autocomplete dropdown.
Steps to reproduce
- Open Claude Code v2.1.118
- Type
/plugin-dev:create-plugin— autocomplete suggestions appear as expected - Add some text after the first command
- Type
/brainstorming— no autocomplete suggestions appear
Expected behavior
Autocomplete suggestions should appear each time / is typed, regardless of whether it's the first or subsequent slash command in the message.
Actual behavior
Autocomplete suggestions only appear for the first / typed. Subsequent / characters do not trigger the autocomplete dropdown.
Environment
- Claude Code version: v2.1.118
- OS: macOS
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗