Remote Control: messages sent from phone do not arrive in CLI (one-way communication)
Resolved 💬 4 comments Opened Apr 2, 2026 by ymatz28-beep Closed Jul 8, 2026
Bug Report
Environment
- CLI version: 2.1.90
- Auth: claude.ai Max plan
- OS: macOS Darwin 25.3.0 (Apple Silicon)
- Phone: iPhone (Claude Code mobile app)
Steps to Reproduce
- Run
/remote-controlin CLI terminal - Scan QR code on iPhone Claude Code app
- Select the session (e.g., "remote-control-glowing-teapot")
- Conversation from CLI is visible on phone ✅
- Type and send a message from phone
- Message never appears in CLI ❌
Expected Behavior
Messages sent from the phone should appear in the CLI session and be processed.
Actual Behavior
One-way communication only. CLI → Phone works (conversation visible). Phone → CLI does not work (messages are lost/never delivered).
Troubleshooting Attempted
- Re-scanned QR code — same result
- Closed and re-selected the session — same result
- Restarted
/remote-controlwith new QR — same result - Verified no blocking env vars (
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC, etc.) — all unset - Auth is full-scope claude.ai (not API key)
Screenshot
Phone shows the session list with multiple idle remote-control sessions. The selected session displays the conversation correctly but input is not transmitted upstream.
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗