feat(M3-003): OpenAI provider adapter for Codex gpt-5.4 (#310)

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-03-21 21:35:43 +00:00
committed by jason.woltje
parent 5d4efb467c
commit 08da6b76d1
5 changed files with 229 additions and 2 deletions
+20
View File
@@ -146,6 +146,9 @@ importers:
node-cron:
specifier: ^4.2.1
version: 4.2.1
openai:
specifier: ^6.32.0
version: 6.32.0([email protected])([email protected])
reflect-metadata:
specifier: ^0.2.0
version: 0.2.2
@@ -4891,6 +4894,18 @@ packages:
zod:
optional: true
[email protected]:
resolution: {integrity: sha512-j3k+BjydAf8yQlcOI7WUQMQTbbF5GEIMAE2iZYCOzwwB3S2pCheaWYp+XZRNAch4jWVc52PMDGRRjutao3lLCg==}
hasBin: true
peerDependencies:
ws: ^8.18.0
zod: ^3.25 || ^4.0
peerDependenciesMeta:
ws:
optional: true
zod:
optional: true
[email protected]:
resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==}
engines: {node: '>= 0.8.0'}
@@ -10639,6 +10654,11 @@ snapshots:
ws: 8.19.0
zod: 4.3.6
[email protected]([email protected])([email protected]):
optionalDependencies:
ws: 8.19.0
zod: 4.3.6
[email protected]:
dependencies:
deep-is: 0.1.4