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.otherCommentsstore 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.pendingNoticeSlugsset. - 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.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
The finding does not say what a share notice is used for or what a reader would notice if this cleanup were missing.