feat: update default model to Claude Opus 4.6#1085
Open
bjpl wants to merge 1 commit intoruvnet:mainfrom
Open
Conversation
- Update default model ID from claude-opus-4-5-20251101 to claude-opus-4-6 - Update settings-generator.ts default model string - Update providers/index.ts model registry - Update statusline generators and display name references - Update README.md and CLI README.md model references - Update auto-commit helper co-author tags - Update git-commit safety hook model name - Update customInstructions text in settings files Opus 4.6 (released Feb 5, 2026) brings: - Effort levels (low/medium/high/max) — GA, no beta header needed - Adaptive thinking replacing budget_tokens (deprecated) - 128K max output (doubled from 64K) - 1M context window (beta) - Simplified model ID: claude-opus-4-6 (no date suffix) Breaking change notes: - Assistant message prefilling not supported on Opus 4.6 (returns 400) - budget_tokens in thinking config deprecated (still works for now) - interleaved-thinking beta header deprecated (safely ignored) Relates to ruvnet#1082
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the default Claude model across the codebase from
claude-opus-4-5-20251101toclaude-opus-4-6.Relates to #1082
What changed (17 files, 25 lines)
.claude/settings.json,.claude/settings copy.jsonclaude-opus-4-6, customInstructions textv3/@claude-flow/cli/.claude/settings.json,v3/@claude-flow/mcp/.claude/settings.jsonv3/@claude-flow/cli/src/init/settings-generator.tsv3/@claude-flow/plugins/src/providers/index.tsv3/@claude-flow/cli/src/init/statusline-generator.ts,v3/@claude-flow/cli/.claude/helpers/statusline.js,v3/@claude-flow/mcp/.claude/helpers/statusline.jsOpus 4.6v3/@claude-flow/cli/src/commands/hooks.ts,v3/@claude-flow/hooks/src/statusline/index.ts.claude/helpers/auto-commit.sh,v3/@claude-flow/cli/.claude/helpers/auto-commit.sh,v3/@claude-flow/mcp/.claude/helpers/auto-commit.shv3/@claude-flow/shared/src/hooks/safety/git-commit.tsREADME.md,v3/@claude-flow/cli/README.mdWhy
Claude Opus 4.6 shipped Feb 5, 2026 with:
budget_tokens(deprecated)claude-opus-4-6(no date suffix)Breaking change awareness
budget_tokensin thinking config is deprecated (still works for now)interleaved-thinkingbeta header is deprecated (safely ignored)Verification
Testing checklist
npx @claude-flow/cli@latest init --wizardgeneratesclaude-opus-4-6in settingsOpus 4.6hooks model-routereturns updated model nameclaude-opus-4-5outside CHANGELOG