ZIm/crates/assistant/src
Max Brunsfeld 17903a0999
Associate each thread with a model (#29573)
This PR makes it possible to use different LLM models in the agent
panels of two different projects, simultaneously. It also properly
restores a thread's original model when restoring it from the history,
rather than having it use the default model. As before, newly-created
threads will use the current default model.

Release Notes:

- Enabled different project windows to use different models in the agent
panel
- Enhanced the agent panel so that when revisiting old threads, their
original model will be used.

---------

Co-authored-by: Richard Feldman <oss@rtfeldman.com>
2025-04-28 23:43:16 +00:00
..
assistant.rs Rename "Prompt Library" to "Rules Library" (#29349) 2025-04-24 16:42:06 -03:00
assistant_configuration.rs Add searchable global tab switcher (#28047) 2025-04-28 09:21:27 +00:00
assistant_panel.rs agent: Bring title editing back to text threads (#29425) 2025-04-28 09:09:19 -03:00
inline_assistant.rs Associate each thread with a model (#29573) 2025-04-28 23:43:16 +00:00
slash_command_settings.rs VSCode Settings import (#29018) 2025-04-23 20:54:09 +00:00
terminal_inline_assistant.rs Associate each thread with a model (#29573) 2025-04-28 23:43:16 +00:00