@hi-knowledge/claude-doubao-acp
v0.0.1
Published
An ACP-compatible coding agent for local claude-doubao (TypeScript)
Maintainers
Readme
ACP adapter for claude-doubao
Use local claude-doubao from ACP-compatible clients such as Zed!
This tool implements an ACP agent by using the official Claude Code SDK to connect to local claude-doubao, supporting:
- Context @-mentions
- Images
- Tool calls (with permission requests)
- Following
- Edit review
- TODO lists
- Interactive (and background) terminals
- Custom Slash commands
- Client MCP servers
Learn more about the Agent Client Protocol.
How to use
Zed
The latest version of Zed can already use this adapter out of the box.
To use claude-doubao, open the Agent Panel and click "New claude-doubao Thread" from the + button menu in the top-right:
Read the docs on External Agent support.
Other clients
- Emacs via agent-shell.el
- marimo notebook
- Neovim
Submit a PR to add yours!
Installation
Install the adapter from npm:
npm install @hi-knowledge/claude-doubao-acpYou can then use claude-doubao-acp as a regular ACP agent:
CLAUDE_CODE_EXECUTABLE=/path/to/claude-doubao claude-doubao-acpLicense
Apache-2.0
