Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partially fix assistant onboarding #25313

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

as-cii
Copy link
Member

@as-cii as-cii commented Feb 21, 2025

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.

This fixes an issue that caused pressing `Open New Chat`/`Start New Thread` on the Anthropic header to select Haiku as the default model.
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed The user has signed the Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant