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.1.239 Home All releases olderv2.1.238 v2.1.240newer
Claude Code v2.1.239

The "wrap up" hint no longer fires for the 5-hour window

You'll notice
Useful3 Signal3
Rate Limits

The wrap-up nudge no longer fires for the 5-hour window or during low-priority mode.

What

The nudge that suggests wrapping up as you approach a usage limit now skips the 5-hour window, and is also held back entirely while the new lower-priority mode is running.

Details
  • The scan for crossed usage thresholds takes an extra argument that excludes the five_hour window.
  • The suppression checks that lower-priority mode is not in its active phase.
  • Both are plain code paths with no flag.
Evidence

to continue now at lower priority (counts toward your weekly limit)

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.239 →