[BUG] Remote Control: Messages from web/iOS not reaching CLI on Windows v2.1.81
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Problem
When using /remote-control on Windows, the session connects (green dot visible)
but messages sent from the web interface (claude.ai/code) or iOS app never reach
the CLI. The conversation remains empty and no messages appear.
Debug Evidence
CLI polling shows: "no work" constantly, despite messages being sent from web interface
Messages work fine from the CLI itself (if you type in the terminal)
This is a one-way communication failure: CLI→API works, but API→CLI doesn't
## Environment
- Claude Code v2.1.81
- Windows 11
- Pro plan
- Network: Direct HTTPS to api.anthropic.com:443 (verified working)
What Should Happen?
In browser and/or iOS/Android, i should see the CLI messages. Also, i should be able to do a simple interactions, like "Hi" and get an respons
Error Messages/Logs
Steps to Reproduce
- run CLI, that is "claude -- debug" in powershell
- enter "/remote-control
- copy the url shown and paste to a browser
- see that status is "greed dot"
- see that no output from from existing CLI session
- type "hi" and see that no changes happen at the CLI
Claude Model
Not sure / Multiple models
Is this a regression?
I don't know
Last Working Version
_No response_
Claude Code Version
2.1.81
Platform
Other
Operating System
Windows
Terminal/Shell
PowerShell
Additional Information
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗