Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

Artifact comment threads now recognize pages that manage their own threads

Claude Code now detects artifact pages that own their own comment threads and stops trying to auto-react, reply, or resolve on them

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindImprovementsin v2.1.268,
Group of 3 You'll notice

Claude Code now detects artifact pages that own their own comment threads and stops trying to auto-react, reply, or resolve on them

What

  • Artifact auto-react logic now checks for pageOwnsThreads: when a thread reports this, auto-react is declined with a "blocked" reason, and a new telemetry event (page_owns_threads, or page_owns_threads_notice_suppressed if the notice can't be shown) is emitted instead of treating it as a normal deactivation.
  • A new terminal reason, page_owns_threads, produces messages like "reply not posted (the page keeps its own comment threads)" and "not resolved (the page keeps its own comment threads)," instead of falling through to the generic "needs thread activation" message.
  • The tool results for posting a reply or resolving a thread now special-case page_owns_threads === true, telling the model that the target page manages its own comment threads and that replying or resolving through the session's relay tool is a no-op it shouldn't retry.

Why Some artifact pages handle their own comments outside of Claude Code's relay. This change stops Claude from repeatedly trying (and failing) to react to, reply to, or resolve threads on those pages, and gives a clear explanation instead.

See this entry in the whole of v2.1.268 →