Claude Code's /claude-api upgrade fixes the anthropic 1.x SDK break
v2.1.239 also puts the 1.1x US-inference premium in /cost and turns on fullscreen for Bedrock, Vertex and Foundry, plus Vercel starts metering deploy storage.

Copy markdown
The one-liner that unbreaks your CI
Run `/claude-api upgrade` and Claude Code rewrites a Python project from anthropic 0.x to 1.x, swapping httpx for httpx2 and moving timeouts to `anthropic.Timeout`. It's the direct fix for the SDK 1.0 change that's been failing fresh installs and CI pipelines.
Your /cost was underreporting by 10%
Cost estimates in `/cost`, the status line, and `--max-budget-usd` now include the 1.1x US-only-inference premium for data-residency workspaces. If you're pinned to US inference for compliance, your budget math was running light until this release.
Fullscreen lands on Bedrock, Vertex and Foundry
The fullscreen renderer now works on Bedrock, Vertex, Foundry and other previously-excluded setups, and new installs start fullscreen there. Alpine/musl builds also get native image paste, clipboard and audio-capture via musl-built binaries.
Elsewhere: Vercel starts metering deploy storage
Vercel now bills Deployment Storage at $0.10 per GB per month for Pro and Enterprise teams, and you can emit custom metrics from Functions alongside built-in observability. Worth auditing how many stale deployments you're paying to keep.
Elsewhere: Codex adds an agents dashboard
Codex 0.149.0 ships an interactive agents dashboard and better session management, plus workspace-scoped Admin APIs for Enterprise, making it easier to watch and steer several Codex runs at once.