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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

Durable artifact watch gives up cleanly when it cannot get a wake token

Not switched on
Useful2 Signal3
Artifacts

Background artifact watching stops retrying once it is refused permission to wake your session.

The durable artifact watch path is behind a remote config check that reports flag_off when it fails.

What

The background watch that wakes a session when a remote artifact changes now remembers when it was refused permission to wake, so later attempts stop immediately and report a distinct reason rather than retrying. The whole durable path is behind a feature check that reads remote configuration, and returns a skipped result with reason flag_off when that check fails, so the source does not say whether it is on for you.

Details
  • Subscribe operations for a given watch are serialized, tracked in a pending set, and flushed on shutdown with a 10 second cap.
  • The keepalive ping for the live connection is now a named 25 second constant.
Evidence

no_originator_latched

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