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

Stale review-comment hints are now detected and suppress auto-actions

Claude Code now detects when it missed an empty-hint signal on artifact review comments and stops auto-actions from firing on them

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaCode Reviewwhat it touches
KindBug Fixesin v2.1.269,
Group of 3 Under the hood No documentation found

Claude Code now detects when it missed an empty-hint signal on artifact review comments and stops auto-actions from firing on them

What

  • The comment scan loop now tracks emptyHintReadAt and computes a hintMissed flag per thread when a comment's createdAt predates the last empty-hint read by more than a buffer, firing a comment_hint_stale telemetry event with an older_by_s measurement.
  • Conditions that trigger auto-actions on newly-seen review comments now also require !hintMissed, so the auto-action doesn't fire when a hint was missed.
  • The artifact live-subscribe sync transport now fires an onCommentHint callback that records telemetry with fields comment_hint, comments_empty, seed_parked, seed_skipped, and sync_transport.

Why This prevents Claude Code from auto-reacting to artifact review comments based on stale or missed signals, avoiding actions taken on outdated information.

See this entry in the whole of v2.1.269 →