Claude Code has received several updates, addressing cost estimations, user interface availability, and developer tooling. These changes aim to refine the user experience and support developers working with the Claude API.
Key Points
- Cost estimates for
/cost, status line, and--max-budget-usdnow incorporate a 1.1x US-only-inference premium for data-residency workspaces. - The one-time fullscreen renderer offer has been extended to Bedrock, Vertex, Foundry, and other previously excluded setups.
- A new
/claude-api upgradecommand is available to migrate Python projects from Anthropic 0.x to 1.x. - The skill's Python reference has been updated for Anthropic 1.x, noting that timeouts now use
anthropic.Timeoutinstead ofhttpx.Timeout. - Cloud sessions now display plugins synced from claude.ai as
name@synced. - Native image paste, clipboard, and audio-capture add-ons now load for Alpine/musl builds.
- A fix addresses Bedrock streaming issues behind proxies that strip the response
Content-Typeheader, which previously resulted in silently doubled billed API calls.
Context
According to the Claude Code changelog, these updates address various aspects of the platform, from billing transparency to developer workflow and technical compatibility. The inclusion of the 1.1x premium in cost estimates reflects specific inference conditions, while the /claude-api upgrade tool directly supports developers transitioning between Anthropic API versions.
Why It Matters
These updates impact developers' understanding of potential costs, their ability to use Claude Code across different cloud environments, and the ease of migrating existing Python projects. The fix for Bedrock streaming behind proxies is particularly relevant for users in enterprise environments, preventing unintended billing increases.
What To Do
- Note the 1.1x US-only-inference premium when estimating costs for data-residency workspaces.
- Explore the fullscreen renderer if using Bedrock, Vertex, or Foundry.
- Utilize the
/claude-api upgradecommand for Python projects migrating from Anthropic 0.x to 1.x. - Review the updated Python reference for Anthropic 1.x regarding timeout handling.
