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.273 ·

New per-context token-budget rollover tracker with threshold telemetry

Claude Code now tracks token-budget usage per conversation and logs when it crosses key thresholds

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.273,
Under the hood

Claude Code now tracks token-budget usage per conversation and logs when it crosses key thresholds

What

Claude Code now has a tracker that follows cumulative token usage separately for the main conversation and for subagents (helper conversations spun off from the main one). It supports "rolling over" unused budget and re-anchoring the tracker, and it logs an event each time the remaining budget crosses 75%, 50%, 25%, 10%, or 0% of the total, along with how many rollovers have happened and how long since the tracker was last anchored.

Why

This gives finer-grained visibility into how token budgets are consumed over a session, which can help identify when context is running low before it becomes a problem.

See this entry in the whole of v2.1.273 →