feat: feature-flag Codex SDK runner (#218)

Add optional @openai/codex-sdk exec-backed runner mode behind CODEX_RUNTIME=sdk, with CODEX_RUNTIME_SDK_ROLES canary limiting and app-server fallback for unsupported flows.
This commit is contained in:
Eyejoker
2026-06-03 15:31:06 +08:00
committed by GitHub
parent 0cbb7e3b9c
commit 879d16235f
8 changed files with 936 additions and 12 deletions

View File

@@ -10,7 +10,8 @@
"start": "bun dist/index.js"
},
"dependencies": {
"@openai/codex": "0.133.0",
"@openai/codex": "0.136.0",
"@openai/codex-sdk": "0.136.0",
"ejclaw-runners-shared": "workspace:*"
},
"devDependencies": {