ZIm/crates/language_models/src
Antonio Scandurra ad6bc4586a acp: Support launching custom agent servers (#36805)
It's enough to add this to your settings:

```json
{
    "agent_servers": {
        "Name Of Your Agent": {
            "command": "/path/to/custom/agent",
            "args": ["arguments", "that", "you", "want"],
        }
    }
}
```

Release Notes:

- N/A
2025-08-24 14:35:59 -04:00
..
provider acp: Support launching custom agent servers (#36805) 2025-08-24 14:35:59 -04:00
ui Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
language_models.rs ai: Auto select user model when there's no default (#36722) 2025-08-22 11:36:49 -04:00
provider.rs Support multiple OpenAI compatible providers (#34212) 2025-07-22 12:20:07 -03:00
settings.rs Support multiple OpenAI compatible providers (#34212) 2025-07-22 12:20:07 -03:00
ui.rs assistant: Refine settings view's instruction visuals (#25812) 2025-02-28 12:06:47 -03:00