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.234 Home All releases olderv2.1.233 v2.1.235newer
Claude Code v2.1.234

Chart support is dropped from an artifact if it cannot be cleanly removed again

You'll notice
Useful2 Signal2
Artifacts

Chart embedding is abandoned if the injected block can't be cleanly stripped back out again.

What

Publishing an artifact embeds a charting library plus an init script. That combined block is now run back through the code that strips it out, and if it does not come out cleanly the whole embed is abandoned and reported with a new telemetry reason. The same self-check already guarded the syntax-highlighting embed.

Evidence

chart_block_unstrippable

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