Claude Code v2.1.51 changed 1M context billing without notification

What changed in Claude Code v2.1.51
Anthropic released Claude Code v2.1.51 with a significant billing change that wasn't announced in changelogs, emails, or in-app notifications. The only visible indication was a "Billed as extra usage" label added to 1M context models in the model picker.
How billing changed
Before v2.1.51, the billing flow worked like this:
- Subscription budget → (exhausted) → Extra Usage kicks in
After v2.1.51, the billing flow changed to:
- Any call with >200K context → tokens above 200K go straight to Extra Usage
- Subscription capacity still available? Doesn't matter
This means that using 1M context models as intended—where conversation history and tool results naturally accumulate—now inevitably generates Extra Usage charges, regardless of remaining subscription capacity.
Evidence from user investigation
A Max plan subscriber ($100/month) conducted a detailed billing investigation documented in GitHub issue #28927. They analyzed JSONL session transcripts with per-call token breakdowns and day-by-day version comparisons.
Key findings:
- Before update (v2.1.49/50): 2,771 API calls, 626 calls over 200K context, 263M cache read tokens → $0 Extra Usage
- After update (v2.1.52/53): 794 API calls, 209 calls over 200K context → $48.79 Extra Usage
The workload decreased by two-thirds while the bill increased substantially.
Practical implications
You can't catch these charges in real-time. The Extra Usage meter has approximately a 24-hour delay. Users monitoring both meters during sessions see no change until charges materialize the next morning.
The Max plan explicitly includes 1M context models, but this billing change effectively makes 1M context a paid add-on that bypasses subscription allocation.
📖 Read the full source: r/ClaudeAI
👀 See Also

MCP vs Skills Debate: Understanding the Roles and the Real Problem of Context Rot
A Reddit post clarifies that MCP provides tools, authentication, and context steering for AI agents, while Skills are reusable prompts that define agent behavior. The author argues both are needed and identifies context rot as a critical issue where agents forget instructions.

Atlassian lays off 10% of workforce to fund AI investments
Atlassian is cutting 1,600 jobs (10% of workforce) to self-fund AI investments and strengthen its financial profile, with 900 positions in software development affected. CEO Mike Cannon-Brookes says AI doesn't replace people but changes skill requirements.

Claude Code adds voice input with push-to-talk functionality
Claude Code is rolling out voice mode to approximately 5% of users initially, featuring push-to-talk activation by holding spacebar. Voice transcription tokens don't count against rate limits and the feature is included at no extra cost.

Xiaomi MiMo-V2-Pro AI Model Available Free on OpenRouter for 7 Days
Xiaomi's MiMo-V2-Pro AI model is available with free API access on OpenRouter for 7 days. The model features a 1 million token context window and benchmarks show it competing with Claude Opus 4.6 and approaching GPT-5.2 performance.