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.265 ·

Artifact comment thread schema adds degraded-data and scope-filter fields

Artifact comment threads can now report dropped threads and degraded data per thread

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindInternal Changesin v2.1.265,
Under the hood

Artifact comment threads can now report dropped threads and degraded data per thread

What

The data format for artifact comment threads (comment discussions attached to shared artifacts) gained several new optional fields:

  • threads_dropped and thread_filter, which indicate when threads were left out and how the results were filtered
  • scoped_dispatch and outside_org, related to scoping the request
  • per-thread flags resolved_degraded, activated_degraded, anchor_file_degraded, and comments_degraded, marking when specific parts of a thread's data couldn't be fully loaded
  • anchor_region and region_inside, describing the reference location a thread anchors to
Why

These fields let the client tell the difference between a thread that's simply empty and one where data was dropped, filtered out of scope, or only partially loaded, which should make it clearer when comment data shown is incomplete rather than genuinely absent.

See this entry in the whole of v2.1.265 →

Feedback