ZIm/crates/language_model_selector
Marshall Bowers 372aaecdb4
language_model_selector: Authenticate all providers up front (#25123)
This PR fixes an issue where configured language model providers would
not show up unless the configuration view was opened.

The problem was that we were filtering unauthenticated language model
providers out of the language model selector, but would only
authenticate the active provider when the selector loaded.
Authenticating the rest of the providers was deferred until the
configuration view was opened for the first time.

Closes https://github.com/zed-industries/zed/issues/21821.

Release Notes:

- Fixed an issue where configured languages models were not showing up
in the language model selector until the configuration view was opened
for the first time.
2025-02-19 01:40:07 +00:00
..
src language_model_selector: Authenticate all providers up front (#25123) 2025-02-19 01:40:07 +00:00
Cargo.toml language_model_selector: Authenticate all providers up front (#25123) 2025-02-19 01:40:07 +00:00
LICENSE-GPL Factor out language model selector into its own crate (#21113) 2024-11-23 12:11:31 -05:00