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

Artifact wake subscriptions explain a missing human originator

Under the hood
Useful1 Signal2
Artifacts

Artifact wake subscriptions now explain when a session has no human owner to wake.

What

The reasons an artifact wake subscription can fail moved into a lookup table and gained a new case, no_originator, for sessions with no linked human owner. It explains that such a session cannot hold wake subscriptions, that retrying deliberately re-checks, and that automatic retries are answered locally.

Details
  • A latched form of the same condition is reported in telemetry as no_originator_latched.
  • Sits behind the same artifact gating as the rest of the artifact wake feature.
Evidence

no_originator

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 →