The claude --remote-control / /rc flag was added as a research preview recently and lets you attach a running Claude Code session to claude.ai/code from your browser or phone.
Right now it's CLI-only — if you start a session from Zed's sidebar (via ACP) there's no way to attach remotely to it. Would be great if the ACP adapter could either:
- pass
--remote-control when starting a session (opt-in flag or setting), or
- expose a way to get the remote URL for an already-running session
Not sure where the right hook is on the ACP side, but the use case is pretty clear: you start something long-running from Zed, step away from your desk, and want to check in or steer it from claude.ai/code without needing a terminal open.
Happy to test if there's anything experimental.
The
claude --remote-control//rcflag was added as a research preview recently and lets you attach a running Claude Code session to claude.ai/code from your browser or phone.Right now it's CLI-only — if you start a session from Zed's sidebar (via ACP) there's no way to attach remotely to it. Would be great if the ACP adapter could either:
--remote-controlwhen starting a session (opt-in flag or setting), orNot sure where the right hook is on the ACP side, but the use case is pretty clear: you start something long-running from Zed, step away from your desk, and want to check in or steer it from claude.ai/code without needing a terminal open.
Happy to test if there's anything experimental.