ZIm/crates/assistant/src
Agus Zubiaga 43cb925a59
ai: Separate model settings for each feature (#28088)
Closes: https://github.com/zed-industries/zed/issues/20582

Allows users to select a specific model for each AI-powered feature:
- Agent panel
- Inline assistant
- Thread summarization
- Commit message generation

If unspecified for a given feature, it will use the `default_model`
setting.

Release Notes:

- Added support for configuring a specific model for each AI-powered
feature

---------

Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de>
2025-04-04 11:40:55 -03:00
..
assistant.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
assistant_configuration.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
assistant_panel.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
inline_assistant.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
slash_command_settings.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
terminal_inline_assistant.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00