Merge branch 'feat/acp-2-bridge' into feat/acp-3-multi-session

This commit is contained in:
Tianyi Cui
2026-06-16 23:44:27 +08:00
83 changed files with 5907 additions and 5465 deletions
+3 -3
View File
@@ -57,14 +57,14 @@ The JSON-RPC frames go on stdout, so this plugin MUST run in an example that loa
## Running
`yarn demo:acp` boots `examples/acp-agent` (needs `DEEPSEEK_API_KEY`). Point an ACP client at it; for Zed, add to `agent_servers`:
`pnpm run demo:acp` boots `examples/acp-agent` (needs `DEEPSEEK_API_KEY`). Point an ACP client at it; for Zed, add to `agent_servers`:
```json
{
"agent_servers": {
"DeepSeek Harness": {
"command": "yarn",
"args": ["demo:acp"]
"command": "pnpm",
"args": ["run", "demo:acp"]
}
}
}