SIGN IN SIGN UP

Partially fix assistant onboarding (#25313)

While investigating #24896, I noticed two issues:

1. The default configuration for the `zed.dev` provider was using the
wrong string for Claude 3.5 Sonnet. This meant the provider would always
result as not configured until the user selected it from the model
picker, because we couldn't deserialize that string to a valid
`anthropic::Model` enum variant.
2. When clicking on `Open New Chat`/`Start New Thread` in the provider
configuration, we would select `Claude 3.5 Haiku` by default instead of
Claude 3.5 Sonnet.

Release Notes:

- Fixed some issues that caused AI providers to sometimes be
misconfigured.
A
Antonio Scandurra committed
f517050548fb81aaad159b44b0d6183961fc305d
Parent: 535ba75
Committed by GitHub <noreply@github.com> on 2/24/2025, 7:29:55 AM