← AI PulseAug 21, 2026

Wire · news · Single-source brief

Claude Code Updates: Cost Estimates, Bedrock Fullscreen, and API Migration Tool

Recent updates to Claude Code include cost estimate adjustments for US-only inference, expanded fullscreen renderer availability, and a new tool to assist Python project migrations.

By Illumora Editorial

Source · Aug 21, 2026, 7:54 PM · On Illumora · Aug 21, 2026, 7:57 PM

Media from the primary source — shown here so you can stay on Illumora.

Rewritten from one allowlisted primary — not independent enterprise reporting. Lanes →

Brief drafted by Illumora’s editorial model from the linked primary source. Ops desk reviews flagged pieces. How we write →

Read the source →Claude Code What's New + releases — Claude Code changelog - Claude Code Docs
Save

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-usd now 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 upgrade command 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.Timeout instead of httpx.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-Type header, 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 upgrade command for Python projects migrating from Anthropic 0.x to 1.x.
  • Review the updated Python reference for Anthropic 1.x regarding timeout handling.