Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

Public-artifact live-subscribe now stops on org mismatch / not-found / public-outside-org, and boots the watch during subscribe

Live-subscribing to a public artifact now stops cleanly on org mismatch, not-found, or public-outside-org cases

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaArtifactswhat it touches
KindImprovementsin v2.1.274,
Under the hood

Live-subscribing to a public artifact now stops cleanly on org mismatch, not-found, or public-outside-org cases

What

The internal helper that live-subscribes to a public artifact now starts the artifact's watch (tracking for new versions) as part of subscribing, via a watchBoot setting. It also now recognizes three failure cases instead of two: public_outside_org, not_found, and other_org. In each case it stops any running task tied to that artifact and reports a read_stopped_... telemetry event along with advice text.

Why

This makes live-subscribing to a public artifact more robust: if the artifact turns out to belong to a different organization, doesn't exist, or is public but outside the current organization, Claude Code now stops cleanly and gives context about why, instead of the earlier handling that only covered two of these cases.

See this entry in the whole of v2.1.274 →

Feedback