Skip to content

Commit 75b44e9

Browse files
authored
Update to claude-agent-sdk 0.1.13 (#89)
1 parent ad8611c commit 75b44e9

File tree

3 files changed

+28
-23
lines changed

3 files changed

+28
-23
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.5.5
4+
5+
- Migrate to @agentclientprotocol/sdk@0.4.5
6+
- Update to @anthropic-ai/claude-agent-sdk@v0.1.13
7+
38
## 0.5.4
49

510
- Update to @anthropic-ai/claude-agent-sdk@v0.1.11

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bin": {
77
"claude-code-acp": "./dist/index.js"
88
},
9-
"version": "0.5.4",
9+
"version": "0.5.5",
1010
"description": "An ACP-compatible coding agent powered by the Claude Code SDK (TypeScript)",
1111
"main": "dist/index.js",
1212
"type": "module",
@@ -52,9 +52,9 @@
5252
"license": "Apache-2.0",
5353
"dependencies": {
5454
"@agentclientprotocol/sdk": "0.4.5",
55-
"@anthropic-ai/claude-agent-sdk": "0.1.11",
56-
"@anthropic-ai/claude-code": "2.0.11",
57-
"@modelcontextprotocol/sdk": "1.19.1",
55+
"@anthropic-ai/claude-agent-sdk": "0.1.13",
56+
"@anthropic-ai/claude-code": "2.0.13",
57+
"@modelcontextprotocol/sdk": "1.20.0",
5858
"diff": "8.0.2",
5959
"express": "5.1.0",
6060
"minimist": "1.2.8",
@@ -64,7 +64,7 @@
6464
"@anthropic-ai/sdk": "^0.65.0",
6565
"@types/express": "5.0.3",
6666
"@types/minimist": "1.2.5",
67-
"@types/node": "24.7.0",
67+
"@types/node": "24.7.1",
6868
"@types/uuid": "10.0.0",
6969
"@typescript-eslint/eslint-plugin": "8.46.0",
7070
"@typescript-eslint/parser": "8.46.0",

0 commit comments

Comments
 (0)