Description
When using Claude Code via claude remote-control --name <session> and connecting from the mobile app, interactive permission prompts do not render on the mobile client. The session appears frozen/unresponsive from the mobile side, while the desktop terminal shows the prompt waiting for input.
Affected prompts
EnterPlanMode confirmation
ExitPlanMode approval
AskUserQuestion (unconfirmed — may also be affected)
Steps to reproduce
- Start a named remote control session:
claude remote-control --name test-session
- Connect to the session from the mobile app
- Trigger a plan mode entry (e.g., ask Claude to plan a multi-step implementation)
- Observe: the mobile app shows no permission prompt; session appears hung
- Check the desktop terminal: permission prompt is visible and waiting for input
Expected behavior
Permission prompts should render on the mobile app the same way they render on the desktop terminal.
Environment
- Claude Code v2.1.77
- Windows 11 Pro
- Remote control sessions with
--permission-mode bypassPermissions
- Mobile app (latest version)
Notes
- Regular text output renders fine on mobile — only interactive permission widgets are affected
- The mobile app has a full UI with plan mode and code mode, so this appears to be a rendering gap for the specific permission confirmation widget, not a general mobile limitation
Description
When using Claude Code via
claude remote-control --name <session>and connecting from the mobile app, interactive permission prompts do not render on the mobile client. The session appears frozen/unresponsive from the mobile side, while the desktop terminal shows the prompt waiting for input.Affected prompts
EnterPlanModeconfirmationExitPlanModeapprovalAskUserQuestion(unconfirmed — may also be affected)Steps to reproduce
claude remote-control --name test-sessionExpected behavior
Permission prompts should render on the mobile app the same way they render on the desktop terminal.
Environment
--permission-mode bypassPermissionsNotes