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.221 Home All releases olderv2.1.220 v2.1.222newer

Interrupts now tear down non-durable artifact watch/live subscriptions

You'll notice
Useful2 Signal0
Artifacts

Interrupting a turn now shuts down leftover live artifact watch and edit subscriptions.

What

Interrupting a turn also cleans up live artifact wiring instead of leaving watch and live-edit subscriptions running.

Details
  • Applies to the interrupt control request and to the remote-cancel path.
  • After aborting the turn, live artifact wiring is cancelled with { durable: !1 }.
  • An interrupt carrying scope "turn-cancel" is exempt and leaves subscriptions in place.
Evidence

{ scope: "turn-cancel" }

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