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.228 Home All releases olderv2.1.227 v2.1.229newer
Claude Code v2.1.228

Bursts of artifact notifications collapse into one notice

You'll notice
Useful3 Signal2
Artifacts

Rapid-fire artifact notifications now collapse into one notice instead of arriving individually.

What

Repeated auto-reply, auto-edit and artifact-changed notifications for the same artifact are now merged into a single queued notice with a settle timer and a maximum settle window, instead of arriving one by one.

Details
  • The merged notice counts how many distinct comment threads were involved.
  • Only the newest few detail bodies are kept, with a line saying how many older ones were dropped.
  • The disclosure shown when the turn stops records what was discarded.
Evidence

earlier ${r.droppedDetails === 1 ? "notice" : "notices"} in this burst omitted

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