Skip to content

Commit d36204f

Browse files
authored
Prep 0.18.0 release (agentclientprotocol#331)
1 parent 4de2f98 commit d36204f

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 0.18.0
4+
5+
- 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.
6+
- Support ACP session config options: https://agentclientprotocol.com/protocol/session-config-options
7+
- Fix for image output from tool calls.
8+
39
## 0.17.1
410

511
- Update to @anthropic-ai/claude-agent-sdk@0.2.45 to add access to Sonnet 4.6

package-lock.json

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

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.17.1",
6+
"version": "0.18.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",

0 commit comments

Comments
 (0)