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

New tracking of collaborators' comments and reactions on shared artifacts

Claude Code now tracks other collaborators' comments and reactions on shared artifacts and cleans up stale unread-notice markers

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaTerminal UIwhat it touches
KindInternal Changesin v2.1.271,
Group of 2 Under the hood

Claude Code now tracks other collaborators' comments and reactions on shared artifacts and cleans up stale unread-notice markers

What

  • A new shareStatus.otherComments store tracks sightings of other users' comments and authorship judgments on a shared artifact, including a "hand-in" gesture correlated by thread ID and timestamp, capped with an LRU (least-recently-used) limit so it doesn't grow unbounded.
  • Unread notices are tracked in a shareStatus.pendingNoticeSlugs set.
  • A new reconciliation pass scans pendingNoticeSlugs, cross-checks them against currently active task notifications, and clears any stale entries that no longer correspond to a live notification.

Why This keeps the "unread notice" indicators for shared artifacts accurate: stale notices that no longer point to a real notification get cleaned up automatically, instead of lingering and showing incorrect unread markers.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding does not say what a share notice is used for or what a reader would notice if this cleanup were missing.

See this entry in the whole of v2.1.271 →

Feedback