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

Durable stop latches for Artifact auto-replies, with a resume notice that cannot fire yet

Not switched on
Useful2 Signal4
Artifacts

Stopping artifact auto-replies can become durable, blocking publishes until relatched; the resume notice cannot fire.

Durable stop latches with stop_latched and a pending relatch approval exist, but the resume path is hard-disabled.

What

Stopping auto-replies on an Artifact can now be made durable: a latched artifact short-circuits publishing and subscribing with the reason stop_latched until it is explicitly relatched, and a pending relatch approval is recorded against the tool call that asked. The matching "Auto-replies on Artifact: ... were resumed" notice exists but the resume path is hard-disabled in this build.

Details
  • The existing Ctrl+C disclosure is now tagged as a non-durable stop so it can be told apart from a durable latch.
  • The new notification joins the existing paused and re-enabled messages.
Evidence

Auto-replies on Artifact: ${e} were resumed

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 →