Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Sorting the findings · 1/4 steps 470 findings $18.91 so far

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.0.0 Home All releases olderv1.0.128 v2.0.1newer
Claude Code v2.0.0

Notification System Enhancements

What: Improved notification queue management with invalidation support

Details:

  • Notifications can now invalidate previous notifications by key
  • Better handling of immediate-priority notifications
  • Prevents notification spam by filtering duplicates
  • Queue management ensures only relevant notifications are shown
  • Evidence: Enhanced xG() notification hook at line 363012 with invalidates support at lines 363225-363244 in v2.0.0

See this entry in the whole of v2.0.0 →