Skip to content

Commit a011363

Browse files
authored
v0.4.3 (#63)
1 parent 7737878 commit a011363

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## v0.4.3
4+
5+
- Move ACP tools over MCP from an "http" MCP server to an "sdk" one so more tool calls can stay in-memory.
6+
- Update to @anthropic-ai/claude-code@v1.0.119
7+
- Update to @zed-industries/agent-client-protocol@v0.4.0
8+
39
## v0.4.2
410

511
- Fix missing package.json metadata

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.4.2",
9+
"version": "0.4.3",
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)