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.2 Home All releases olderv2.0.1 v2.0.3newer
Claude Code v2.0.2

Removed Rate Limit Display from Model Selection

What: Model selection UI no longer shows rate limit fallback status or reset times

Details:

  • Previously displayed "(currently Sonnet)" when users were in rate-limited fallback mode
  • Previously showed "Resets at [time]" information
  • Function simplified from D3B(model, fallbackActive, resetsAt) to xs2(model)
  • The underlying rate limit tracking (maxRateLimitFallbackActive) still exists but is no longer displayed in this UI
  • Evidence: Function simplified from D3B() at line 401267 to xs2() at line 392676

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.0.2 →