89luca89 / 89luca89/clampdown

ACP server support

未关闭
#18 0 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Go
星标
97
派生
9
PR 合并指标
30 天内没有已合并 PR

描述

I am currently trying to find a sandboxed solution to setup OpenCode using local models in a way that integrates with Zed.

It would be nice to be able to start the ACP server for any supported coding agent, instead of the agent's CLI/TUI. This way, integrating with Zed would only require configuring a clampdown command that would start an ACP server directly from the IDE. Then the UI would be handled by Zed.

To illustrate, the Zed config would look something like this:

```json
"agent_servers": {
"opencode": {
"type": "custom",
"command": "clampdown",
"args": ["opencode", "acp"],
"env": {}
},
```

Where `acp` is already a subcommand that exists for `opencode`.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。