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

Artifact toolbars no longer block structural edits

Not switched on
Useful2 Signal2
Artifacts

Headings, lists and slide reordering become editable again in the artifact editing skill, which is off.

Structural edits are re-enabled in the artifact editing skill, whose registration check is false in this build.

What

With per-block server commits gone from the artifact editing skill, headings, lists, and slide reordering are editable again rather than greyed out. The skill's registration check is false in this build.

Details
  • formatBlock, insertUnorderedList and insertOrderedList are no longer refused or disabled, and the block-style dropdown is no longer disabled at startup.
  • The spreadsheet's per-cell "view only" badge is removed, as are the slide rail's disabled Move up, Move down and Delete buttons and the "new, not saved to the live doc" clone note.
  • Those operations now fire a kit-commit event that marks the page unsaved.
  • Rail operations are instead disabled only while a save is in flight, keyed off the page being inert.
Evidence

Structural edits (add, duplicate, move, delete, undo) are unsaved

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 →