Claude Code has released updates that include new features, improvements, and bug fixes. Among these changes are enhanced cost estimation capabilities and a utility for migrating Python projects.
Key Points
- Cost estimates in Claude Code now incorporate a 1.1x US-only-inference premium for data-residency workspaces.
- A new
/claude-api upgradecommand assists in migrating Python projects from Anthropic 0.x to 1.x. - The Python reference for the skill has been updated for 1.x, noting that timeouts 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.
Context
According to the Claude Code changelog, these updates aim to improve the accuracy of cost reporting and streamline development workflows. The documentation also provides a complete index of available pages for further exploration.
Why It Matters
These updates provide developers with more precise cost visibility and tools to manage API version transitions, which can impact project budgeting and code maintenance.
What To Do
- Review the updated cost estimates to understand potential impacts on project budgets, especially for US-only inference.
- Utilize the
/claude-api upgradetool to migrate existing Python projects to the Anthropic 1.x API. - Note the change in timeout handling from
httpx.Timeouttoanthropic.Timeoutwhen working with Anthropic 1.x. - Check the Claude Code changelog for detailed information on bug fixes and reliability improvements.
