chore: update Anthropic default model to Claude Opus 4.8#1166
Conversation
Bump the Anthropic provider defaultModelId and placeholder from claude-opus-4-6 to claude-opus-4-8 in both Main and renderer registries, and align unit test expectations. Co-authored-by: Haze <[email protected]>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7c281b812a
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| defaultModelId: 'claude-opus-4-8', | ||
| modelIdPlaceholder: 'claude-opus-4-8', |
There was a problem hiding this comment.
Add Playwright coverage for Anthropic default change
For the add-provider/setup UI, these values control the visible Anthropic model default and placeholder, so this is a user-visible UI change. The root AGENTS.md says any user-visible UI change should include or update an Electron E2E spec in the same PR, but this commit only updates unit tests and no tests/e2e coverage for the interaction, leaving the required Playwright validation missing.
Useful? React with 👍 / 👎.
Summary
Updates the Anthropic provider default model from
claude-opus-4-6toclaude-opus-4-8(Claude Opus 4.8).Changes
electron/shared/providers/registry.tssrc/lib/providers.tsNotes
claude-opus-4-8claude-opus-4-6mentions in unrelated capability/custom-provider fixture tests are left as-is (they are sample IDs, not Anthropic defaults)anthropic/claude-opus-4.6(UI already defaults OpenRouter toopenai/gpt-5.5); this PR only changes the Anthropic provider default as requested