Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.261 ·

Rate-limit tracker now records last-seen window data separately

Rate-limit tracking now records last-seen window data separately internally.

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaUsage & Limitswhat it touches
KindInternal Changesin v2.1.261,
Under the hood

Rate-limit tracking now records last-seen window data separately internally.

The claude.ai usage/limits tracker (probeQuotaStatus/extractQuotaStatusFromHeaders) adds a lastSeenWindows map alongside rawUtilization. Utilization is now recorded through a new recordRawUtilization method instead of a direct assignment, and both maps are reset together when quota headers are absent.

See this entry in the whole of v2.1.261 →