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
emptyHintReadAtand computes ahintMissedflag per thread when a comment'screatedAtpredates the last empty-hint read by more than a buffer, firing acomment_hint_staletelemetry event with anolder_by_smeasurement. - 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
onCommentHintcallback that records telemetry with fieldscomment_hint,comments_empty,seed_parked,seed_skipped, andsync_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.