I like the look of it - my main problem with remote control feature in CC is the inability to start a new terminal session on my computer - can I do that from Pulse?
I like the look of it - my main problem with remote control feature in CC is the inability to start a new terminal session on my computer - can I do that from Pulse?
Check out Hapi (https://hapi.run/) - it's a thin wrapper around claude/codex/gemini, you can pick-up sessions from your phone and start terminal sessions remotely. It's pretty good. I use this with Emdash (https://emdash.sh/) as an agentic development environment.
Not yet. Pulse only works with sessions that are already running. I intentionally kept it focused on monitoring what's happening and handling approvals because that's what I personally needed most.
A remote launcher would be cool though, and it's something I've thought about adding in the future.
a way to solve it, which i recently started doing, is ssh-ing into the machine, starting a tmux runnin claude-code with /cc from there.