Skip to content

Commit bc5c4f9

Browse files
committed
chore(deps): bump bundled agents to latest
- claude-agent-sdk + claude-code: 0.3.217/2.1.217 -> 0.3.219/2.1.219 (lockstep) - kimi: 0.21.0 -> 0.29.1 (ACP protocol version unchanged at 1) Claude-Session: https://claude.ai/code/session_012sRCDpdmMaPHArSjnSi1WJ
1 parent c76cba7 commit bc5c4f9

4 files changed

Lines changed: 38 additions & 24 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 Claude Code, Codex, Cursor, and OpenCode agents to their latest stable releases.
5+
Update bundled Claude Code, Codex, Cursor, OpenCode, and Kimi agents to their latest stable releases.

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.217",
18-
"@anthropic-ai/claude-code": "2.1.217",
17+
"@anthropic-ai/claude-agent-sdk": "0.3.219",
18+
"@anthropic-ai/claude-code": "2.1.219",
1919
"@cursor/sdk": "1.0.24",
2020
"@openai/codex": "0.145.0",
2121
"@opencode-ai/sdk": "1.18.4",

sidecar/scripts/vendor-platform.ts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ export const CLAUDE_CODE_SHA256: Readonly<
174174
arm64: "748221efe210b823b85cbf4225206519c014408a2f80174aa7156fc2a873c7b5",
175175
x64: "b35a5c2b892ce774a6c71c156fbc50db1629908929b1332f9d881eb5965502ef",
176176
},
177+
"2.1.219": {
178+
arm64: "36a0a1e56ac982f3122c88fc836f69a9d139975ceb9b5ddf44e2b01f75998bda",
179+
x64: "970f8f3c79063f0dae7e42fe7876c14e2c704764409cf814bb21b48a068c4dc8",
180+
},
177181
};
178182

179183
export const OPENCODE_SHA256: Readonly<
@@ -230,7 +234,7 @@ export const OPENCODE_SHA256: Readonly<
230234
// release URL rather than from node_modules. Bumping: pull each platform's
231235
// SHA256 from the release's `*.zip.sha256` sidecar (or the GitHub asset
232236
// `digest`) and wipe sidecar/.bundle-cache. Keyed `version → platformSlug`.
233-
export const KIMI_VERSION = "0.21.0";
237+
export const KIMI_VERSION = "0.29.1";
234238
export const KIMI_SHA256: Readonly<Record<string, Record<string, string>>> = {
235239
"0.19.1": {
236240
"darwin-arm64":
@@ -272,6 +276,16 @@ export const KIMI_SHA256: Readonly<Record<string, Record<string, string>>> = {
272276
"win32-x64":
273277
"b6e875f1fcd7967713f0b99c040c72b853962d1e7f88377e6125478b79e5999d",
274278
},
279+
"0.29.1": {
280+
"darwin-arm64":
281+
"0f2ff623a88eab6edfef131c2663ca312de5af81c7e30a8830bd6d566bbe78cb",
282+
"darwin-x64":
283+
"f83e86d32c27370e5dedbb0a75fc4340d8da5cb8fbe5e4e06a51de66615284a0",
284+
"win32-arm64":
285+
"269559f980a0d64a14e58df00187ea5f6711312fb395335eaa01de2b9da11a22",
286+
"win32-x64":
287+
"f1447930a2d5422ae15bb0c73a7a5fba5fdb679beecf162cc460439785014310",
288+
},
275289
};
276290

277291
export const LLAMA_VERSION = "b9763";

0 commit comments

Comments
 (0)