Skip to content

Commit 90ad9c9

Browse files
committed
docs(readme): add usage instructions for Zed
Signed-off-by: Etcher <96310503+etcherfx@users.noreply.github.com>
1 parent c521589 commit 90ad9c9

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,25 @@ Set the environment for `acp.registry.claude-acp`:
295295

296296
Restart the IDE after changing the file.
297297

298+
### Zed Code Editor
299+
300+
Open the Zed Settings File or go into Zed Settings and click `Edit in settings.json`:
301+
302+
Set the environment for `agent_servers.claude-acp`:
303+
```json
304+
"agent_servers": {
305+
"claude-acp": {
306+
"type": "registry",
307+
"env": {
308+
"ANTHROPIC_BASE_URL": "http://localhost:8082",
309+
"ANTHROPIC_AUTH_TOKEN": "freecc",
310+
}
311+
}
312+
}
313+
```
314+
315+
Restart the IDE after changing the file.
316+
298317
### Model Picker
299318

300319
Claude Code 2.1.126 or later reads this proxy's `/v1/models` endpoint when `ANTHROPIC_BASE_URL` points at the proxy. Start Claude Code normally, run `/model`, and choose any discovered provider model.

0 commit comments

Comments
 (0)