ZIm/crates/assistant_settings
Marshall Bowers 4b5df2189b
assistant2: Allow creating agent profiles via settings (#27216)
This PR adds support for creating new agent profiles via the settings:

```json
{
  "assistant": {
    "profiles": {
      "lua": {
        "name": "Lua",
        "tools": {
          "lua-interpreter": true
        }
      },
      "lua-thinking": {
        "name": "Lua + Thinking",
        "tools": {
          "lua-interpreter": true,
          "thinking": true
        }
      }
    }
  }
}
```

Release Notes:

- N/A
2025-03-20 20:30:07 +00:00
..
src assistant2: Allow creating agent profiles via settings (#27216) 2025-03-20 20:30:07 +00:00
Cargo.toml assistant2: Allow creating agent profiles via settings (#27216) 2025-03-20 20:30:07 +00:00
LICENSE-GPL Dedupe AssistantSettings (#23190) 2025-01-15 18:52:54 +00:00