Replies: 4 comments 2 replies
|
It could be implemented on top of claude code sdk https://docs.anthropic.com/it/docs/claude-code/sdk#type-script |
0 replies
|
Thank you @remorses for your help! I created a project for this: https://github.com/Xuanwo/acp-claude-code |
2 replies
|
how can I help with this? |
0 replies
|
We just shipped our own adapter for the Claude Code SDK: claude-code-acp, blog post. The SDK has some limitations, but we were able to implement most of the features you'd expect. It's still in beta, but it already feels pretty good! I'm closing this since we already have two usable adapters, and the discussion can continue there. Feel free to open a new discussion if you have more questions about ACP itself or how to implement it! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi team, thank you for building this. The ACP is really cool!
One question I have so far is how to implement ACP for Claude Code. It seems I’m missing enough APIs from Claude Code for session management. Is this something that must be handled internally by Anthropic?
The other question is if I did it by reading & parsing claude code's session logs, how to integrate it with zed?
All reactions