CommandCodeAI / CommandCodeAI/command-code
Feature: Add ACP support via command-code acp for OpenClaw/acpx and other ACP clients
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 4k
- Forks
- 350
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the existing command-code -p non-interactive entrypoint and the proposed command-code acp command. Review how current sessions, model selection, permission modes, MCP support, and streaming or tool behavior are exposed. Done means an ACP-compatible entrypoint supports session lifecycle and streaming/tool semantics for OpenClaw/acpx clients.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100