Fix Claude Sonnet 4 model ID (#31505)

This PR is a follow-up to
https://github.com/zed-industries/zed/pull/31415 that fixes the model ID
for Claude Sonnet 4.

With the release of the Claude 4 models, the model version now appears
at the end.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-05-27 09:10:29 -04:00 committed by GitHub
parent ee6ce78fed
commit a8ca7e9c04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 12 deletions

View file

@ -3287,11 +3287,11 @@ Run the `theme selector: toggle` action in the command palette to see a current
"default_view": "thread",
"default_model": {
"provider": "zed.dev",
"model": "claude-4-sonnet"
"model": "claude-sonnet-4"
},
"editor_model": {
"provider": "zed.dev",
"model": "claude-4-sonnet"
"model": "claude-sonnet-4"
},
"single_file_review": true,
}