- [new] Added support for the
claude-opus-4-7-fastmodel. - [new] Added the
report_findingstool, which returns structured findings (file, line, summary, failure scenario, optional verdict and outcome) for code reviews. - [new] Added the
mcp__cowork__present_filesMCP tool.
Models & prompts
- The model registry now includes
claude-opus-4-7-fast. - System prompts were updated to handle focus mode (hiding intermediate tool output), plan mode restrictions, skill invocation, ambient context, and the new reporting workflow for findings.
- Fast-mode model handling instructions were adjusted to recognize the new
-fastvariant.
Under the hood
- Added environment variables
CLAUDE_CODE_DISABLE_BG_EXIT_HANDOFF,CLAUDE_CODE_PLUGIN_BINARY_ASSETS,CLAUDE_CODE_REPORT_FINDINGS,CLAUDE_CODE_SKILL_DESC_REFRAME,CLAUDE_CODE_TOTAL_TOKENS_REMINDER_BUDGET,CLAUDE_MD_BYTES,CLAUDE_PREVIEW_CLASSIFIER_FLOOR, andCLAUDE_RUNNER_ACTIVITY_FD. - Added the
CLAUDE_PREVIEWenvironment variable group. - New backend routes
/api/frame/trackand/api/frame/track4were introduced.
Upgrade notes
Nothing required.