ZIm/crates/language_model
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
..
src acp: Support launching custom agent servers (#36805) 2025-08-24 14:35:59 -04:00
Cargo.toml language_model: Refresh the LLM token upon receiving a UserUpdated message from Cloud (#35839) 2025-08-07 23:00:45 +00:00
LICENSE-GPL Extract completion provider crate (#14823) 2024-07-19 13:35:34 -04:00