CommandCodeAI / CommandCodeAI/command-code
Feature: Add ACP support via command-code acp for OpenClaw/acpx and other ACP clients
还没有人认领这个 Issue。
- 主要语言
- 没有语言数据
- 星标
- 4k
- 派生
- 350
- PR 合并指标
- 30 天内没有已合并 PR
描述
Feature Description
It would be great if Command Code exposed an ACP-compatible entrypoint, for example:
command-code acp
Fallback
Even a minimal ACP adapter around existing Command Code sessions would be useful. command-code -p works for one-shot tasks, but it does not provide proper ACP session lifecycle or streaming/tool semantics.
Use Case
OpenClaw supports external coding agents through ACPX, and can already run harnesses like Claude Code, Codex, Gemini, OpenCode, Kimi, etc. Command Code looks like a strong fit for this because it already has:
a CLI
non-interactive mode with command-code -p
model selection
permission modes
MCP support
taste/memory/session concepts
Then it could be registered as an external ACP harness from OpenClaw/acpx, e.g.:
{
"agents": {
"commandcode": {
"command": "command-code acp"
}
}
}
Additional Context
No response
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从现有的非交互式入口 command-code -p 和提议的命令 command-code acp 开始。检查当前会话、模型选择、权限模式、MCP 支持以及流式传输或工具行为是如何提供的。当兼容 ACP 的入口支持 OpenClaw/acpx 客户端所需的会话生命周期和流式传输/工具语义时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 领域
- api, cli
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 冷清
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100