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.221 Home All releases olderv2.1.220 v2.1.222newer

--cloud reattach hint spelled out in the error

You'll notice
Useful2 Signal0
Elsewhere not in their notes

The --cloud conflict error now spells out how to pass a session id and where to find one.

--cloud
What

The hint appended to --cloud conflict errors is now a literal sentence naming the flag form and where session ids come from, instead of interpolating a shared constant.

Details
  • Shown when --cloud conflicts with the current invocation.
  • Tells you to pass a session id and points at claude.ai/code for the list.
  • Behaviour is unchanged beyond the wording and how it is assembled.
Evidence

To reattach to a cloud session, pass its id: claude --cloud <session-id> (find IDs at claude.ai/code).

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.221 →