Skip to content

Commit 37e3f38

Browse files
authored
prep release 0.20.0 (#371)
- **Remove unnecessary static-entry file** - **Prep 0.20 release**
1 parent f513a14 commit 37e3f38

5 files changed

Lines changed: 15 additions & 11 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Build binary
5656
run: |
57-
bun build src/static-entry.ts \
57+
bun build src/index.ts \
5858
--compile \
5959
--target ${{ matrix.target }} \
6060
--define 'process.env.CLAUDE_AGENT_ACP_IS_SINGLE_FILE_BUN="true"' \

CHANGELOG.md

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

3+
## 0.20.0
4+
5+
- Update to @anthropic-ai/claude-agent-sdk@0.2.63
6+
- Respect user settings for permission mode and model selection
7+
- Better handling of concurrent prompts
8+
- Support --cli for node as well
9+
- Propagate max_tokens stop reason instead of throwing internal error
10+
- fix: throw resourceNotFound when loadSession fails to resume
11+
- fix: add missing zod dependency
12+
- Surface better error message when Claude Code process exits unexpectedly
13+
314
## 0.19.2
415

516
- Fix for broken notifications when reloading session messages

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.19.2",
6+
"version": "0.20.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",

src/static-entry.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)