ZIm/crates/assistant_settings
Alvaro Parker 8e5d50b85b
agent: Add a setting choose the default view (#31353)
Related discussions #30240 #30596

Release Notes:

- Added an option on the settings file to choose either the `agent`
panel or the `thread` panel as the default assistant panel when you
first open it. On `settings.json`:
```json
{
  "agent": {
    "default_view": "thread", // default is agent
    }
}
```
2025-05-26 16:33:18 +02:00
..
src agent: Add a setting choose the default view (#31353) 2025-05-26 16:33:18 +02:00
Cargo.toml language_models: Add tool use support for Mistral models (#29994) 2025-05-19 18:36:59 +02:00
LICENSE-GPL Dedupe AssistantSettings (#23190) 2025-01-15 18:52:54 +00:00