Skip to content

Commit e3119b8

Browse files
authored
Prep v0.6.8 (#114)
1 parent cd3c9f7 commit e3119b8

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.6.8
4+
5+
- Update to @anthropic-ai/claude-agent-sdk@v0.1.23
6+
- Update to @agentclientprotocol/sdk@0.4.9
7+
38
## 0.6.7
49

510
- Fix for invalid plan input from the model introduced in latest agent-sdk

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
@@ -6,7 +6,7 @@
66
"bin": {
77
"claude-code-acp": "./dist/index.js"
88
},
9-
"version": "0.6.7",
9+
"version": "0.6.8",
1010
"description": "An ACP-compatible coding agent powered by the Claude Code SDK (TypeScript)",
1111
"main": "dist/index.js",
1212
"type": "module",

0 commit comments

Comments
 (0)