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

Watching an artifact from a remote session now wakes it instead of streaming

You'll notice
Useful3 Signal3
Artifacts not in their notes

In remote sessions, watching an artifact wakes you on publish instead of streaming live updates.

CLAUDE_CODE_REMOTE
What

With CLAUDE_CODE_REMOTE set, the artifact watch action no longer opens a live-update connection. It registers a durable wake so the session is woken with a new turn the next time the artifact is published, and nothing is streamed in the meantime, so the artifact has to be re-read on wake.

Details
  • The status action lists these subscriptions under a durable_wake entry with the trigger id and the time it has been watching from.
  • Failures name the cause: a ceiling of 10 wake triggers, client egress policy, or missing credentials.
Evidence

Durable wake subscription registered — this session will be woken by a new turn when the artifact is next published. No updates are streamed; re-read the artifact on wake.

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