Merge pull request #329 from tomohisa/fix/pin-opencode-sdk-version

fix: pin @opencode-ai/sdk to <1.2.7 to fix broken v2 exports
This commit is contained in:
nrs 2026-02-20 13:37:45 +09:00 committed by GitHub
commit d502e8db8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.47",
"@openai/codex-sdk": "^0.103.0",
"@opencode-ai/sdk": "^1.1.53",
"@opencode-ai/sdk": ">=1.1.53 <1.2.7",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"update-notifier": "^7.3.1",