Skip to content

Commit a2c6d80

Browse files
committed
chore(deps): bump claude 2.1.224 / agent-sdk 0.3.224
All other in-scope vendors already current (codex 0.147.0, cursor 1.0.27, opencode 1.18.14, kimi 0.34.0). Claude-Session: https://claude.ai/code/session_01MG9L5MgQhvBvNtHmM2oKuP
1 parent bc1add3 commit a2c6d80

4 files changed

Lines changed: 27 additions & 23 deletions

File tree

.changeset/bump-bundled-agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"helmor": patch
33
---
44

5-
Update bundled coding agents to their latest stable releases: Claude Code 2.1.223 (with claude-agent-sdk 0.3.223), Codex 0.147.0, Cursor SDK 1.0.27, OpenCode 1.18.14, and Kimi 0.34.0.
5+
Update bundled coding agents to their latest stable releases: Claude Code 2.1.224 (with claude-agent-sdk 0.3.224), Codex 0.147.0, Cursor SDK 1.0.27, OpenCode 1.18.14, and Kimi 0.34.0.

sidecar/bun.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sidecar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"typecheck": "bunx tsc --noEmit"
1515
},
1616
"dependencies": {
17-
"@anthropic-ai/claude-agent-sdk": "0.3.223",
18-
"@anthropic-ai/claude-code": "2.1.223",
17+
"@anthropic-ai/claude-agent-sdk": "0.3.224",
18+
"@anthropic-ai/claude-code": "2.1.224",
1919
"@cursor/sdk": "1.0.27",
2020
"@openai/codex": "0.147.0",
2121
"@opencode-ai/sdk": "1.18.14",

sidecar/scripts/vendor-platform.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ export const CLAUDE_CODE_SHA256: Readonly<
198198
arm64: "39d0728ac1f3c8db07e70874c86c091ae07726a848e9bdbc18d528dd9177d56d",
199199
x64: "09b9933fc2b1a6349414334598b881a8960b41ce4352705d4faa7d1c7010eca1",
200200
},
201+
"2.1.224": {
202+
arm64: "d4f3483f5f3f6e4c161b74406bcb846ffc5c49bcdc79f0d1b187050cfd247a31",
203+
x64: "b27c90dbaab6e99f0fb25b8956f883ae129eef09aa0b36c27d5e214a6caf1fe1",
204+
},
201205
};
202206

203207
export const OPENCODE_SHA256: Readonly<

0 commit comments

Comments
 (0)