claude-code-cli-acp 0.1.1

An ACP-compatible adapter for the real Claude Code CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
claude-code-cli-acp

Inspiration and compatibility references:

- Zed `codex-acp` informed Rust ACP adapter shape, editor-oriented packaging, and Zed integration expectations.
- `agentclientprotocol/claude-agent-acp` informed Claude-specific ACP behavior research, including settings, commands, permissions, tool updates, TODO/plan updates, terminals, session replay, and config options. Its TypeScript SDK runtime is not used for core chat/session behavior.
- OpenAI Codex CLI and Codex ACP surfaces informed adapter compatibility research.
- OpenCode ACP support informed cross-client expectations.
- Agent Client Protocol and its Rust SDK crates define the protocol boundary used by this adapter.
- The Claude icon used in packaging templates is sourced from Simple Icons' public Claude SVG. Simple Icons is CC0-licensed; Claude trademarks belong to their owners.

Those references are credited for inspiration and interoperability context; this notice does not imply endorsement by, or ownership from, those projects.