Recent updates to Claude Code introduce new capabilities for monitoring usage, configuring models, and managing prompt caching. These changes aim to provide users with more control and visibility over their interactions within the environment.
Key Points
- A Loops breakdown has been added to
/usage, displaying per-loop run count, total tokens, tokens per run, and last run. - The
modelPickersetting allows for curating the/modelpicker with an ordered, labeled list of models, including Vertex and Bedrock IDs. - New
promptCacheTtlandsubagentPromptCacheTtlsettings enable a 1-hour prompt cache for the main conversation and 5-minute caches for subagents. - The
modelPricingmanaged setting now uses an organization's contracted per-model rates and discount multiplier for/cost, the status line, and telemetry cost figures. - A keyless sign-in option under
/loginvia the Anthropic Console has been added for organizations that do not permit API keys. - A "Skipped sources" line in
/statusnow lists managed settings sources that are present but not applied due to higher-precedence sources.
Context
According to the Claude Code changelog, these updates provide more granular control and transparency for users. The enhancements address various aspects of the user experience, from monitoring resource consumption to customizing model selection and managing authentication methods.
Why It Matters
These updates offer builders greater control over Claude Code environments, enabling more precise cost tracking, improved operational visibility for automated tasks, and flexible authentication options. This can lead to more efficient resource management and better alignment with organizational policies.
What To Do
- Review the
/usagecommand to monitor loop task performance and token consumption. - Explore the
modelPickersetting to customize the available models for your team. - Adjust
promptCacheTtlandsubagentPromptCacheTtlto optimize caching behavior for API key and cloud-provider users. - Note the new keyless sign-in option under
/loginfor organizations with API key restrictions. - Check the
/statusoutput for any skipped managed settings sources.
