Skip to content

Commit 72c9d19

Browse files
committed
docs: fix Zed ACP config snippet (agent_servers, not assistant.provider)
1 parent 6382f82 commit 72c9d19

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/technical/acp.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,9 @@ Add to `~/.config/zed/settings.json`:
119119

120120
```json
121121
{
122-
"assistant": {
123-
"enabled": true,
124-
"provider": {
125-
"type": "acp",
122+
"agent_servers": {
123+
"sven": {
124+
"type": "custom",
126125
"command": "sven",
127126
"args": ["acp", "serve"]
128127
}

0 commit comments

Comments
 (0)