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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Cloud sessions state plainly that they cannot message other sessions

You'll notice
Useful2 Signal2
Cloud Sessions

Cloud sessions now clearly refuse to deliver messages to other sessions instead of retrying.

What

A cloud session asked to deliver a message to another session now gets a refusal saying its credential is accepted for its own work but not for delivery elsewhere, and is told to say so rather than retry.

Details
  • Looking up other sessions now distinguishes an empty list from an unreadable one: an unreadable local session list is logged and returns { sessions: [], unavailable: !0 } instead of throwing.
Evidence

this cloud session cannot message other sessions yet \u2014 its credential is accepted for its own work but not for delivering to another session, so a reply from here is not possible; say so in your response instead of retrying

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