chore: upgrade claude agent sdk (#150)

This commit is contained in:
Eyejoker
2026-05-23 09:09:32 +09:00
committed by GitHub
parent dd6cb3c220
commit 262534cac9
5 changed files with 62 additions and 21 deletions

View File

@@ -10,8 +10,9 @@
"start": "bun dist/index.js"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "0.2.126",
"@modelcontextprotocol/sdk": "^1.12.1",
"@anthropic-ai/claude-agent-sdk": "0.3.149",
"@anthropic-ai/sdk": "0.98.0",
"@modelcontextprotocol/sdk": "1.29.0",
"cron-parser": "^5.0.0",
"ejclaw-runners-shared": "file:../shared",
"zod": "^4.0.0"