Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.224 Home All releases olderv2.1.223 v2.1.225newer

Create a cloud session without a terminal

Use it now
Useful4 Signal4
Cloud Sessions Notable not in their notes

Create a cloud session straight from the command line with --environment and a prompt, optionally as JSON.

--environment
What

Running Claude Code non-interactively with --environment now creates a cloud session straight from the command line. It prints the title, session id, view URL and a resume hint, or with --output-format json emits an object with ok, session_id, url and pool_id. A prompt is required, as a positional argument or on stdin, and its absence is a hard error.

Details
  • previously this path needed an interactive terminal
  • new counters tengu_remote_create_session, tengu_remote_create_session_success and tengu_remote_create_session_error are tagged with entry_point: pool_headless
Usage
claude --environment my-pool -p "fix the failing test" --output-format json
Evidence

Error: non-interactive --environment requires a prompt (positional or stdin). Run from a TTY for an interactive cloud session.

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.224 →