Skip to content

Commit a7794b5

Browse files
authored
Prep 0.13.2 release (#266)
1 parent 8802888 commit a7794b5

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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.13.2
4+
5+
- Update to @anthropic-ai/claude-agent-sdk@0.2.22
6+
- Fix: return content from ACP write tool to help with issues with alternate providers.
7+
38
## 0.13.1
49

510
- Update to @anthropic-ai/claude-agent-sdk@0.2.7

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.13.1",
6+
"version": "0.13.2",
77
"description": "An ACP-compatible coding agent powered by the Claude Code SDK (TypeScript)",
88
"main": "dist/lib.js",
99
"types": "dist/lib.d.ts",

0 commit comments

Comments
 (0)