Source Intelligence

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.9 Home All releases olderv2.0.8 v2.0.10newer
Claude Code v2.0.9

Grove Notice Grace Period Enforcement

What: The Grove climate contribution notice display logic now respects a grace period flag, allowing more persistent display of important notices.

How it works:

  • When notice_is_grace_period is false, notices are shown regardless of previous user dismissals
  • Grace period defaults to true, maintaining existing behavior
  • After grace period ends, users see notices even if previously dismissed

Details:

  • Affects the timing of when Grove-related notices appear in the CLI
  • Allows for more aggressive communication of important announcements after initial grace period
  • Evidence: GBB() at line 407802 (previously m2B() at line 407357 in v2.0.8), new grace period check at line 407805

See this entry in the whole of v2.0.9 →