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

Artifact watch endings now show up as task notifications

You'll notice
Useful3 Signal2
Artifacts

When an artifact watch ends you now get a proper task notification with its title and reason.

What

When a live artifact watch is dropped, you get a task notification instead of a plain housekeeping message. It carries a short reason, such as one saying the watch was stopped to make room for a newer one, and shows the watch's own title as the name.

Details
  • The notification type is artifact-watch-lifecycle, and it carries both the existing long explanation and a new short reason field.
  • The two paths that can end a watch each supply their own short reason.
Evidence

made room for a newer watch

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 →