claude-code - 💡(How to fix) Fix Remote Control: approving permission from phone hangs Claude Code on host [2 comments, 2 participants]

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…
GitHub stats
anthropics/claude-code#52084Fetched 2026-04-23 07:36:59
View on GitHub
Comments
2
Participants
2
Timeline
7
Reactions
0
Author
Timeline (top)
labeled ×4commented ×2closed ×1

When using /remote-control to pair a phone with Claude Code, approving a tool-permission prompt from the phone does not release the prompt on the host — Claude Code stays stuck waiting. The only way to unblock is to approve the permission directly on the host machine, which defeats the purpose of remote approval.

Error Message

  • No visible error on either device — the host just keeps waiting.

Root Cause

When using /remote-control to pair a phone with Claude Code, approving a tool-permission prompt from the phone does not release the prompt on the host — Claude Code stays stuck waiting. The only way to unblock is to approve the permission directly on the host machine, which defeats the purpose of remote approval.

RAW_BUFFERClick to expand / collapse

Summary

When using /remote-control to pair a phone with Claude Code, approving a tool-permission prompt from the phone does not release the prompt on the host — Claude Code stays stuck waiting. The only way to unblock is to approve the permission directly on the host machine, which defeats the purpose of remote approval.

Environment

  • Platform: Linux (Amazon Linux 2023, kernel 6.1.163-186.299.amzn2023.x86_64)
  • Shell: bash
  • Claude Code CLI, invoked with /remote-control
  • Model: Opus 4.7 (1M context)

Repro

  1. Run /remote-control on the host machine and pair with the phone.
  2. Trigger any action that requires permission approval (e.g., a Bash call not covered by the allowlist).
  3. Tap Approve on the phone.

Expected

Permission is granted remotely and Claude Code proceeds with the tool call.

Actual

Claude Code hangs on the host — the permission prompt stays active. Approving on the host machine itself is required to unblock. The remote approval appears to be acknowledged on the phone but never delivered to (or acted on by) the host CLI.

Notes

  • Happens consistently across multiple tool-approval prompts in the same session.
  • No visible error on either device — the host just keeps waiting.

extent analysis

TL;DR

The issue can be mitigated by investigating the communication flow between the host machine and the phone to ensure that the approval signal from the phone is correctly received and processed by the Claude Code CLI on the host.

Guidance

  • Verify that the Claude Code CLI is correctly configured to receive remote approvals and that there are no firewall or network issues blocking the communication between the host and the phone.
  • Check the documentation of the /remote-control command to see if there are any specific options or settings required for remote approval to work correctly.
  • Investigate the approval prompt handling mechanism in the Claude Code CLI to ensure it is properly designed to handle remote approvals and update the host machine accordingly.
  • Consider adding logging or debugging statements to the Claude Code CLI to track the approval process and identify where the issue occurs.

Example

No code snippet can be provided without more information about the internal workings of the Claude Code CLI.

Notes

The root cause of the issue is unclear and may involve a bug in the Claude Code CLI, a configuration issue, or a problem with the communication between the host and the phone. Further investigation is needed to determine the exact cause.

Recommendation

Apply a workaround by approving permissions directly on the host machine until the root cause of the issue can be identified and fixed, as this is the only way to unblock the Claude Code CLI currently.

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