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

Live-doc collaboration code ships switched off

Not switched on
Useful1 Signal4
Artifacts

Live-document collaboration inputs and consent prompts ship in the artifact tool but cannot execute.

liveDocCollab inputs, consent text and a stop observer exist but hang off a module initialised to null.

What

The artifact tool contains a full set of live-document collaboration branches, including optional kind and liveDocCollab inputs, consent and refusal messages, and a per-session stop observer. The module they all hang off is initialised to null in this build, so every one of those checks is false and none of it can run.

Evidence

liveDocCollab

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 →