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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Cloud session creation shows per-step progress and a clearer cancel message

You'll notice
Useful3 Signal2
Cloud Sessions

Starting a cloud session shows labelled steps, byte sizes, and a clearer cancel message.

What

Starting a cloud session now walks through labelled steps: checking the checkout, packaging and uploading local changes or the repository, then creating the session, with byte sizes and a note on how much history is included. Cancelling tells you whether the create request had already gone out, in which case a session may exist anyway.

Details
  • History scope is annotated on the line, for example "with history" or "snapshot without history".
  • A fallback line explains that the session will start from the branch tip with file sync off when local changes cannot be packaged.
Evidence

Cancelled after the create request was sent, so a cloud session may still have been created

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

See this entry in the whole of v2.1.242 →