Bash tool stuck at 'Waiting...' - permission prompt not displayed
Resolved 💬 2 comments Opened May 25, 2026 by phpmac Closed May 29, 2026
Bug Description
When Claude Code attempts to execute a Bash command that requires user permission approval, the UI shows "Waiting..." but never displays the permission prompt. The user cannot approve or deny the command, and the tool remains stuck indefinitely.
Reproduction Steps
- Claude Code attempts to run a Bash command (e.g.,
mv tmp_*.py _archive/) - The tool call shows "Waiting..." status in the UI
- No permission approval prompt appears
- The tool remains stuck for extended periods (observed 18+ minutes)
- No timeout or error is triggered
Environment
- macOS Darwin 25.5.0
- Claude Code CLI (terminal)
- Shell: fish
Expected Behavior
The permission prompt should appear immediately when a Bash command requires approval, allowing the user to approve/deny the action. If the prompt cannot be displayed, the tool should timeout after a reasonable period (e.g., 30 seconds) rather than hanging indefinitely.
Actual Behavior
Permission prompt never appears, tool hangs at "Waiting..." indefinitely with no timeout.
Impact
- User cannot proceed with the task
- No feedback on why the tool is stuck
- No way to recover without interrupting the session
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗