[BUG] `opusplan` mode falls back to `sonnet 3.7` instead of `sonnet 4` for edits
Status Fixed / completed
Maintainer reply ✓ Yes — dicksontsai
Activity 7 comments · opened Aug 17, 2025 · closed Aug 22, 2025
💡 Likely answer: A maintainer (dicksontsai, collaborator)
responded on this thread — see the highlighted reply below.
Environment
- Platform (select one):
- [ ] Anthropic API
- [x] AWS Bedrock
- [ ] Google Vertex AI
- [ ] Other: <!-- specify -->
- Claude CLI version:
1.0.83 (Claude Code) - Operating System:
macOS 26 Tahoe - Terminal:
iTerm2
Bug Description
When using /model to set the specific model, the opusplan option says Use Opus 4.1 in plan mode, Sonnet 4 otherwise. Activating this plan uses opus 4.1 for plans but falls back to sonnet 3.7 for edits instead of sonnet 4
Steps to Reproduce
- Open
claude - Set
/modeltoopusplan - Run a plan
- Switch to edit mode
- Run edits
Expected Behavior
Edit mode uses sonnet 4
Actual Behavior
Edit mode uses sonnet 3.7
Additional Context
<img width="461" height="81" alt="Image" src="https://github.com/user-attachments/assets/86f4336f-f506-4fbb-b346-9ddbaab47794" />
7 Comments
Found 3 possible duplicate issues:
This issue will be automatically closed as a duplicate in 3 days.
🤖 Generated with Claude Code
I met the same issue.
We have attempted disabling the models (like Sonnet 3.7) that should not be selected during OpusPlan mode, and instead of seeing improved behavior we see errors confirming the problem
I am experiencing the same issue using Claude Code 1.0.86 on AWS Bedrock, when I set
"model": "opusplan"in~/.claude/settings.jsonwe can see in the CC statusline output that Opus 4.1 is being used properly during plan mode:But when I change to "edit"/non-plan mode, the statusline output shows that we're falling back to Sonnet 3.7 instead of 4:
We are updating the Bedrock Sonnet default to
anthropic.claude-sonnet-4-20250514-v1:0in the next release, as well as providing a way to configure the "opus" and "sonnet" models used in "opusplan".Shipped in v1.0.88 https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.