Skip to content

Commit 5ca63ab

Browse files
authored
Update to claude-agent-sdk 0.2.62 (agentclientprotocol#354)
1 parent 001614b commit 5ca63ab

3 files changed

Lines changed: 18 additions & 11 deletions

File tree

CHANGELOG.md

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

3+
## 0.19.0
4+
5+
- Update to @anthropic-ai/claude-agent-sdk@0.2.62
6+
- Use SDK functions for listing and loading session history
7+
- Build single-file executables using bun.
8+
- Fix for overwritten disallowed tools.
9+
310
## 0.18.0
411

512
- Switch over to built-in Claude tools. We no longer replicate specific ACP tools and just rely on sending updates based on Claude's internal tools. This means it won't use client capabilities for files or terminals, but also means there will be less difference and hopefully issues arising from the differences in behavior.

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.18.0",
6+
"version": "0.19.0",
77
"description": "An ACP-compatible coding agent powered by the Claude Agent SDK (TypeScript)",
88
"main": "dist/lib.js",
99
"types": "dist/lib.d.ts",
@@ -61,7 +61,7 @@
6161
"license": "Apache-2.0",
6262
"dependencies": {
6363
"@agentclientprotocol/sdk": "0.14.1",
64-
"@anthropic-ai/claude-agent-sdk": "0.2.59"
64+
"@anthropic-ai/claude-agent-sdk": "0.2.62"
6565
},
6666
"devDependencies": {
6767
"@anthropic-ai/sdk": "0.78.0",

0 commit comments

Comments
 (0)