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.
Chart support is dropped from an artifact if it cannot be cleanly removed again
You'll notice
Useful2Signal2
Artifacts
Chart embedding is abandoned if the injected block can't be cleanly stripped back out again.
What's wrong with this entry?
Anonymous. No account, no email.
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.