ZIm/crates/assistant2/src
Antonio Scandurra f517050548
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.
2025-02-24 07:29:55 +00:00
..
context_picker assistant2: Highlight crease on selection (#24358) 2025-02-20 13:25:08 -03:00
ui Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
active_thread.rs Remove language::markdown (#25136) 2025-02-19 08:55:36 -07:00
assistant.rs assistant2: Combine history views into one (#25293) 2025-02-20 22:53:58 +00:00
assistant_configuration.rs assistant2: Tweak the settings UI (#23845) 2025-01-29 16:20:09 -03:00
assistant_model_selector.rs assistant: Improve the language model selector (#25125) 2025-02-18 21:01:09 -03:00
assistant_panel.rs Partially fix assistant onboarding (#25313) 2025-02-24 07:29:55 +00:00
buffer_codegen.rs Use line-based and word-based diff when reloading and formatting buffers (#25129) 2025-02-20 00:56:01 +00:00
context.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
context_picker.rs Remove more references to 'model' in GPUI APIs (#23693) 2025-01-27 04:00:27 +00:00
context_store.rs cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103) 2025-02-18 20:30:33 +00:00
context_strip.rs Revert "file_finder: Remove common segments of long paths in search results (#25049)" (#25163) 2025-02-19 15:32:29 +00:00
history_store.rs assistant2: Combine history views into one (#25293) 2025-02-20 22:53:58 +00:00
inline_assistant.rs Revert "file_finder: Remove common segments of long paths in search results (#25049)" (#25163) 2025-02-19 15:32:29 +00:00
inline_prompt_editor.rs Fix UI font size changes not applying (#25307) 2025-02-21 06:24:02 -03:00
message_editor.rs Fix theme selector resetting the buffer size (#25425) 2025-02-23 15:24:43 +00:00
terminal_codegen.rs cx.background_executor().spawn(...) -> cx.background_spawn(...) (#25103) 2025-02-18 20:30:33 +00:00
terminal_inline_assistant.rs Remove more references to 'model' in GPUI APIs (#23693) 2025-01-27 04:00:27 +00:00
thread.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
thread_history.rs assistant2: Combine history views into one (#25293) 2025-02-20 22:53:58 +00:00
thread_store.rs assistant2: Fix thread history only working in one Zed window (#25119) 2025-02-18 22:44:43 +00:00
ui.rs assistant2: Sketch in sending file context to model (#21829) 2024-12-10 16:35:53 -05:00