ZIm/crates/language_models/src/provider
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
..
anthropic.rs acp: Support launching custom agent servers (#36805) 2025-08-24 14:35:59 -04:00
bedrock.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
cloud.rs onboarding: Remove accept AI ToS from within Zed (#36612) 2025-08-22 13:09:30 -04:00
copilot_chat.rs Handle auth for claude (#36442) 2025-08-18 20:40:59 +00:00
deepseek.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
google.rs acp: Support launching custom agent servers (#36805) 2025-08-24 14:35:59 -04:00
lmstudio.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
mistral.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
ollama.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
open_ai.rs Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
open_ai_compatible.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
open_router.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
vercel.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
x_ai.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00