Skip to content

Commit 5268661

Browse files
authored
Prep 0.23.1 release (#470)
1 parent 9583f97 commit 5268661

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 0.23.1
4+
5+
- Add back error_during_execution break point (#469)
6+
37
## 0.23.0
48

59
- Use idle session state as end of turn (#463)

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