[Bug] Bash Mode: Tab Completion Broken, Triggers Thinking Mode
Resolved 💬 5 comments Opened Oct 3, 2025 by ticpu Closed Oct 14, 2025
Bug Description
When using ! (bash mode), tab turns on thinking mode instead of doing path completion.
What's wrong
When pressing ! at the start of the line, it turns into Bash Mode, when I want to use a long command like "claude-session-uuid", I type cl<tab> it doesn't update the command to claude (nearest match) and instead turns on Thinking mode.
What should happen
Thinking mode toggle should be turned off in bash mode, it should complete using bash-completion or similar.
Steps to Reproduce
- Press
!to get the pink Bash Mode prompt. - Type
clau - Press
<tab> - Thinking mode turns,
clauisn't completed toclaude
Claude Code Version
v2.0.5
Operating System
Linux (ArchLinux)
Terminal/Shell
Kitty / Bash
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗