claude-code - 💡(How to fix) Fix Bash tool stuck at 'Waiting...' - permission prompt not displayed

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

  1. No timeout or error is triggered
RAW_BUFFERClick to expand / collapse

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

  1. Claude Code attempts to run a Bash command (e.g., mv tmp_*.py _archive/)
  2. The tool call shows "Waiting..." status in the UI
  3. No permission approval prompt appears
  4. The tool remains stuck for extended periods (observed 18+ minutes)
  5. 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

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING