Skip to content

Commit c13edf3

Browse files
authored
Prep 0.21.0 release (#399)
1 parent a217891 commit c13edf3

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 0.21.0
4+
5+
- Update to claude-agent-sdk 0.2.71
6+
- show project-relative paths in tool call titles
7+
- Lib: pass through tools array to control built-in tool availability
8+
- fix: skip user replay
9+
- fix: handle renamed Agent tool in toolInfoFromToolUse
10+
311
## 0.20.2
412

513
- Update to @anthropic-ai/claude-agent-sdk@0.2.68

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.20.2",
6+
"version": "0.21.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)