- [new] Added
ClaudeDesignInputandClaudeDesignOutputtypes, enabling the agent to perform Claude Design operations through a new MCP-style tool that accepts anoperationand arguments object. - [changed] Updated prompt language around plan mode to emphasize that only the plan file may be edited while the mode is active.
- [changed] Revised focus mode instructions so the agent skips intermediate progress updates and only emits the final message when the setting is enabled.
- [changed] Adjusted context management and ambient context guidance to reduce unnecessary narration of non-relevant details.
Models & prompts
Prompt fragments received targeted wording updates for plan mode restrictions, focus mode behavior, task verification steps, and handling of user corrections during long-running work. No model ID or default model changes.
Under the hood
- Added
CLAUDE_CODE_BRIDGE_SESSION_ID,CLAUDE_CODE_GZIP_REQUEST_BODIES, andCLAUDE_CODE_SKIP_PLUGIN_MCP_SERVERS_EXCEPTenvironment variables. - Several internal feature gates were added or retired, primarily around request compression, bridge forwarding, team memory conflict notices, and stacked slash command handling.
Upgrade notes
No manual steps required.