Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.273 ·

Session usage totals now take the max of two token counts

Session usage totals now use whichever of two token counts is higher

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaUsagewhat it touches
KindBug Fixesin v2.1.273,
You'll notice

Session usage totals now use whichever of two token counts is higher

What

The total token count reported at the end of a run (shown in the run summary as usage.total_tokens / usage.totalTokens) is now calculated by comparing two separate token totals and taking the larger of the two, instead of relying on a single calculation.

Why

This should make the reported usage number more reliable when the two underlying counting methods disagree, since the higher figure is used rather than potentially undercounting.

Read from
Names in the bundleusage.total_tokens
What the documentation says

See this entry in the whole of v2.1.273 →

Feedback