Claude Code has implemented several updates, including a new feedback mechanism and tools for API cost management. These changes are designed to enhance user interaction and provide more control over operational aspects.
Key Points
- A SendFeedback tool has been added, enabling Claude to draft feedback reports for user review and submission via /feedback.
- The feedbackDrafts setting allows users to disable the feedback drafting feature.
- Organizations can now customize tips displayed in spinnerTipsOverride with entries including
{id, text, cooldownSessions, priority}andlabel. - A tip on Bash permission prompts has been added, directing users to auto mode with a "Yes, and switch to auto mode" option.
- The /claude-api cost-optimize command helps profile existing project API spend and explore cost levers such as caching, token hygiene, batching, effort, and model choice.
- The /claude-api skill now includes Admin API coverage for managing organization members, invites, workspaces, API keys, rate limit reports, workload identity federation, and CMEK.
- A fix addresses fast arrow-key + Enter sequences incorrectly acting on the row above the navigated one in history search, /config, /mcp, /skills, background tasks, and /model.
- Sub-agents no longer fail on a first-call model 404; they now use the session's fallback model chain, and the error returned to the parent includes the error type and status.
Context
According to the Claude Code changelog, these updates introduce new functionalities and resolve existing issues within the platform. The additions aim to provide users with more control over their sessions and API usage.
Why It Matters
These updates offer builders enhanced tools for managing feedback and optimizing API costs, which can lead to more efficient project development and resource allocation.
What To Do
- Review the feedbackDrafts setting to manage the new feedback drafting feature.
- Explore the /claude-api cost-optimize command to analyze and adjust API spending for existing projects.
- Note the expanded Admin API coverage within the /claude-api skill for organizational management tasks.
- Test the fixes for arrow-key + Enter sequences in relevant interfaces to confirm improved navigation.
