Merge branch 'feat/acp-1-max-tokens-turn-end' into feat/acp-2-bridge

# Conflicts:
#	AGENTS.md
#	docs/cookbook/extension-cookbook.md
#	yarn.lock
This commit is contained in:
Tianyi Cui
2026-06-16 23:40:23 +08:00
83 changed files with 5907 additions and 5465 deletions
+3 -3
View File
@@ -51,14 +51,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"]
}
}
}