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

Collaborative "live doc" artifacts are wired up but cannot run here

Not switched on
Useful2 Signal5
Artifacts Notable

A whole collaborative live-document artifact mode is built but cannot execute in this build.

live_doc schema, prompts, refusals and start/stop collaboration calls all depend on a module set to null and never assigned.

What

The artifact tool contains a complete path for live collaborative documents: an optional live_doc field added to its schema when the live-doc gate is open, extra tool prompt text, refusals for combining live_doc with url, force, files, pr_review or workshop, and calls to start and stop the collaboration when an artifact is watched, unwatched or published. The module all of this depends on is set to null in this build and never assigned, so none of it can execute.

Evidence

liveDocCreateGateOpen

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 →