Files
oak-gpui/crates
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
..
2025-08-13 13:25:52 -06:00
2025-08-19 20:26:56 -06:00
2025-08-20 02:11:17 +00:00
2025-08-20 03:40:39 +00:00
2025-08-19 20:33:44 +00:00
2025-08-21 06:48:04 +00:00