What's wrong with this entry?
Anonymous. No account, no email.
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)toxs2(model) - The underlying rate limit tracking (
maxRateLimitFallbackActive) still exists but is no longer displayed in this UI - Evidence: Function simplified from
D3B() at line 401267toxs2() at line 392676
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.