Live data from Hacker News

Claude Code Remote Control

code.claude.com

11–20 of 336 posts

Re: Claude Code Remote Control

#11
Does anyone know if it caffeinates automatically? I sometimes see caffeinate appear in the terminal tab title so clearly they are using it, but I’m just curious if I have to run caffeinate separately if, for instance, the agent finishes its task and is waiting for a new one and I want to keep it alive.

Re: Claude Code Remote Control

#13
post #9
post #7

Earlier 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.

> SSH development.

Or Mosh, just like OP said. Mosh handles interruptions much better than SSH does

Re: Claude Code Remote Control

#16
post #5

We'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.

Right, that's the "most inefficient way possible" (though personally I disagree, there are more inefficient ways to be found).

Re: Claude Code Remote Control

#17
post #5

We'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.

Yes, that's a significantly less efficient way to manage persistent sessions

Re: Claude Code Remote Control

#18
Opencode's 'web' command makes your local session run on the browser with same access rights as the cli. It's a pretty slick interface too. I sometimes use it instead of the cli even when I can access both.

You can test it right now if you want with the included free models.

https://opencode.ai/docs/web/

Re: Claude Code Remote Control

#20

Earlier 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).

You could put the transport protocol on the blockchain, I suppose
Post reply on HN