Claude Code Remote Control
11–20 of 336 posts
Re: Claude Code Remote Control
#12We've re-invented GNU screen in the most inefficient way imaginable
Re: Claude Code Remote Control
#13Earlier quoted context omitted.
Yeah the remote control featureset is pretty limited right now. I did a comparison here https://yepanywhere.com/claude-code-remote-control/ (with my own project). I'm sure they'll iterate on it. Overall it's such an obvious feature for them to add I'm surprised it took them so long to ship. There are probably at least 50 such projects that people have made ( https://github.com/kzahel/yepanywhere/blob/main/docs/compet…
Perhaps it took a while to figure out how to do it over HTTP, especially the security stuff. With e.g. tmux you'll piggyback on decades of SSH development.
Or Mosh, just like OP said. Mosh handles interruptions much better than SSH does
Re: Claude Code Remote Control
#14Hoping OpenAI/ Codex will launch this soon too.
Re: Claude Code Remote Control
#15Re: Claude Code Remote Control
#16We've re-invented GNU screen in the most inefficient way imaginable
That’s not at all how this works. Commands are relayed through Anthropic’s servers with a client polling mechanism.
Re: Claude Code Remote Control
#17Re: Claude Code Remote Control
#18You can test it right now if you want with the included free models.
Re: Claude Code Remote Control
#19Re: Claude Code Remote Control
#20Earlier quoted context omitted.
That’s not at all how this works. Commands are relayed through Anthropic’s servers with a client polling mechanism.
Right, that's the "most inefficient way possible" (though personally I disagree, there are more inefficient ways to be found).