fix: restore bundled agent CLI resolution

- Upgrade EJClaw bundled Codex CLI to 0.124.0 for gpt-5.5 access
- Resolve Claude Agent SDK native binary packages via package.json
- Prefer glibc Claude binary before musl on Linux and align platform binary names
- Add regression coverage for optional package resolution
This commit is contained in:
ejclaw
2026-04-24 13:13:11 +09:00
parent f84dccfa10
commit 3eee842164
4 changed files with 74 additions and 20 deletions

View File

@@ -11,7 +11,7 @@
},
"dependencies": {
"ejclaw-runners-shared": "file:../shared",
"@openai/codex": "^0.120.0"
"@openai/codex": "^0.124.0"
},
"devDependencies": {
"@types/node": "^22.10.7",