Plug seek into Zed's Agent Panel via the Agent Client Protocol.
通过 ACP 协议将 seek 作为自定义 agent 嵌入 Zed。
seek speaks the Agent Client Protocol (ACP), so it plugs into Zed as a custom agent — chat with seek in Zed's Agent Panel; its tool calls (read/grep/edit/git…) render as native step cards.
seek 实现了 ACP,可作为一个自定义 agent 嵌进 Zed。它的工具调用会渲染成 Zed 原生的步骤卡片。
echo '{"jsonrpc":"2.0","id":1,"method":"initialize"}' | seek acp should return a JSON-RPC response.~/.seek/config.json or DEEPSEEK_API_KEY).which seek. GUI apps don't inherit shell PATH.Open Zed settings (cmd-, or command palette → zed: open settings) and add:
打开 Zed 设置,添加:
{
"agent_servers": {
"seek": {
"command": "/usr/local/bin/seek", // your `which seek` path
"args": ["acp"],
"env": {}
}
}
}
cmd-shift-. or the icon in the activity bar)Design: PRD feature-acp.md
设计文档:PRD feature-acp.md