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.0 Home All releases olderv1.0.128 v2.0.1newer
Claude Code v2.0.0

Auto-compact Token Budget Display

What: Context window display now shows reserved space for auto-compact and output tokens

Details:

  • New "Reserved (autocompact + output tokens)" category in /context display
  • Shows available tokens after accounting for auto-compact threshold
  • Helps users understand actual usable context space
  • More accurate free space calculations for subscription plans
  • Evidence: L3B and CS6 variables at lines 402598 and 403199, calculation logic in y3B() at line 403320 in v2.0.0

See this entry in the whole of v2.0.0 →