Claude Code cloud sessions are out of research preview, and existing Pro / Max subscribers get a one-time credit to try them ($100 Pro, $250 Max). Worth claiming.
(1) a cloud session is Claude Code running on an Anthropic-managed VM instead of your machine. It keeps going after you close the laptop, and you can check on it from the browser, the phone, the desktop app or a terminal
(2) the credit is for cloud sessions only and separate from your plan usage. Once you start a cloud session it draws from the credit first, then from your plan limits (per an Anthropic engineer's clarification), so a cloud session keeps going even if you have hit your local limit. Claim with /claim-credit inside claude, by Oct 7; usable until Nov 4. GitHub has to be connected
(3) from a terminal it's `claude --cloud "task"`. It clones your branch's GitHub remote, so push first. `--teleport` pulls the session back to your terminal (the other direction, local to cloud, isn't available from the CLI)
(4) the quiet one: `claude -p "message" --cloud <session-id>` drops one message into a running cloud session from any logged-in machine and exits without waiting
(5) not the same thing as Remote Control, which steers a local session from your phone. Here the session itself lives over there, so anything that needs a GUI or a local MCP server stays on your machine
The one that matters most to me is (4). A cloud session is now something you can message from the outside, which means scripts and other agents can queue instructions into it without a human watching.
I shipped ext-tool in agmsg this week, which lets an outside program such as Slack or Jev join an agent team as a member. `claude -p --cloud` has exactly the shape an adapter needs, so a cloud session could sit on the team like any other seat and take handoffs from the local ones. I'll try it while the credit lasts.
Cloud sessions are officially available and out of research preview! They let you keep Claude Code working, even when your laptop is closed.
Existing subscribers get a one-time credit to try them: $100 on Pro, $250 on Max.