Skip to content

Commit 7a69f57

Browse files
committed
chore: update docs
1 parent 0d625d2 commit 7a69f57

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# ACP adapter for Claude Code
1+
# ACP adapter for Claude Code (TypeScript)
22

3-
[![npm](https://img.shields.io/npm/v/%40zed-industries%2Fclaude-code-acp)](https://www.npmjs.com/package/@zed-industries/claude-code-acp)
3+
[![npm](https://img.shields.io/npm/v/claude-code-acp-ts)](https://www.npmjs.com/package/claude-code-acp-ts)
4+
5+
> **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).
46
57
Use [Claude Code](https://www.anthropic.com/claude-code) from [ACP-compatible](https://agentclientprotocol.com) clients such as [Zed](https://zed.dev)!
68

@@ -39,13 +41,13 @@ Or try it with any of the other [ACP compatible clients](https://agentclientprot
3941
Install the adapter from `npm`:
4042

4143
```bash
42-
npm install -g @zed-industries/claude-code-acp
44+
npm install -g claude-code-acp-ts
4345
```
4446

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:
4648

47-
```
48-
ANTHROPIC_API_KEY=sk-... claude-code-acp
49+
```bash
50+
ANTHROPIC_API_KEY=sk-... claude-code-acp-ts
4951
```
5052

5153
## License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.12.10",
6+
"version": "0.12.11",
77
"description": "An ACP-compatible coding agent powered by the Claude Code SDK (TypeScript)",
88
"main": "dist/lib.js",
99
"bin": {

0 commit comments

Comments
 (0)