ZIm/crates/agent/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_configuration ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
context_picker agent: Differentiate @mentions from markdown links (#28073) 2025-04-04 09:39:48 +00:00
ui Rename assistant2 to agent (#27887) 2025-04-02 00:40:47 +00:00
active_thread.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
agent_diff.rs Implement edit rejection in ActionLog (#28080) 2025-04-04 11:20:18 +00:00
assistant.rs agent: Add newtype for profile IDs (#27939) 2025-04-02 17:12:52 +00:00
assistant_configuration.rs agent: Improve action confirmation UX (#27932) 2025-04-02 17:40:49 +00:00
assistant_model_selector.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
assistant_panel.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
buffer_codegen.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
context.rs agent: Snapshot context in user message instead of recreating it (#27967) 2025-04-03 15:52:28 -03:00
context_picker.rs agent: Differentiate @mentions from markdown links (#28073) 2025-04-04 09:39:48 +00:00
context_store.rs Use worktree qualified paths in agent file context + some code cleanup (#27943) 2025-04-02 18:00:32 +00:00
context_strip.rs Rename assistant2 to agent (#27887) 2025-04-02 00:40:47 +00:00
history_store.rs agent: Add search to Thread History (#28085) 2025-04-04 10:09:21 -03:00
inline_assistant.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
inline_prompt_editor.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
message_editor.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
profile_selector.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
terminal_codegen.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
terminal_inline_assistant.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
thread.rs ai: Separate model settings for each feature (#28088) 2025-04-04 11:40:55 -03:00
thread_history.rs agent: Add search to Thread History (#28085) 2025-04-04 10:09:21 -03:00
thread_store.rs agent: Snapshot context in user message instead of recreating it (#27967) 2025-04-03 15:52:28 -03:00
tool_use.rs agent: Handle tool use without text (#28030) 2025-04-03 14:22:59 -03:00
ui.rs Rename assistant2 to agent (#27887) 2025-04-02 00:40:47 +00:00