You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Note**: This is a fork of [@zed-industries/claude-code-acp](https://github.com/zed-industries/claude-code-acp), maintained by [nuwax-ai](https://github.com/nuwax-ai).
4
6
5
7
Use [Claude Code](https://www.anthropic.com/claude-code) from [ACP-compatible](https://agentclientprotocol.com) clients such as [Zed](https://zed.dev)!
6
8
@@ -39,13 +41,13 @@ Or try it with any of the other [ACP compatible clients](https://agentclientprot
39
41
Install the adapter from `npm`:
40
42
41
43
```bash
42
-
npm install -g @zed-industries/claude-code-acp
44
+
npm install -g claude-code-acp-ts
43
45
```
44
46
45
-
You can then use `claude-code-acp` as a regular ACP agent:
47
+
You can then use `claude-code-acp-ts` as a regular ACP agent:
0 commit comments