ZIm/crates/agent_servers/src
Antonio Scandurra 61bc1cc441
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-23 14:30:54 +00:00
..
acp ACP debug tools pane (#36768) 2025-08-22 19:32:49 +00:00
claude Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
acp.rs acp: Support launching custom agent servers (#36805) 2025-08-23 14:30:54 +00:00
agent_servers.rs acp: Support launching custom agent servers (#36805) 2025-08-23 14:30:54 +00:00
claude.rs acp: Support launching custom agent servers (#36805) 2025-08-23 14:30:54 +00:00
custom.rs acp: Support launching custom agent servers (#36805) 2025-08-23 14:30:54 +00:00
e2e_tests.rs acp: Support launching custom agent servers (#36805) 2025-08-23 14:30:54 +00:00
gemini.rs acp: Support launching custom agent servers (#36805) 2025-08-23 14:30:54 +00:00
settings.rs acp: Support launching custom agent servers (#36805) 2025-08-23 14:30:54 +00:00