Skip to content

Commit 9919690

Browse files
authored
Merge pull request #2637 from nanocoai/bump-claude-code-2.1.154
chore: bump claude-code to 2.1.154 and claude-agent-sdk to 0.3.154
2 parents 2492259 + 81d99e1 commit 9919690

3 files changed

Lines changed: 23 additions & 15 deletions

File tree

container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARG INSTALL_CJK_FONTS=false
1919
# Pin CLI versions for reproducibility. Bump deliberately — unpinned installs
2020
# mean every rebuild silently picks up the latest and can break in lockstep
2121
# across all users.
22-
ARG CLAUDE_CODE_VERSION=2.1.128
22+
ARG CLAUDE_CODE_VERSION=2.1.154
2323
ARG AGENT_BROWSER_VERSION=latest
2424
ARG VERCEL_VERSION=52.2.1
2525
ARG BUN_VERSION=1.3.12

container/agent-runner/bun.lock

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

container/agent-runner/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"test": "bun test"
1010
},
1111
"dependencies": {
12-
"@anthropic-ai/claude-agent-sdk": "^0.2.128",
13-
"@modelcontextprotocol/sdk": "^1.12.1",
12+
"@anthropic-ai/claude-agent-sdk": "^0.3.154",
13+
"@anthropic-ai/sdk": "^0.100.0",
14+
"@modelcontextprotocol/sdk": "^1.29.0",
1415
"cron-parser": "^5.0.0",
1516
"zod": "^4.0.0"
1617
},

0 commit comments

Comments
 (0)