Skip to content

Commit 69a73b6

Browse files
committed
chore(codex): bump app-server to 0.139.0
1 parent 54c400a commit 69a73b6

10 files changed

Lines changed: 70 additions & 105 deletions

File tree

docs/plugins/codex-harness-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ If discovery fails or times out, OpenClaw uses a bundled fallback catalog for:
373373
- GPT-5.4 mini
374374
- GPT-5.2
375375

376-
The current bundled harness is `@openai/codex` `0.137.0`. A `model/list` probe
376+
The current bundled harness is `@openai/codex` `0.139.0`. A `model/list` probe
377377
against that bundled app-server returned:
378378

379379
| Model id | Default | Hidden | Input modalities | Reasoning efforts |

extensions/codex/npm-shrinkwrap.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/codex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"type": "module",
1010
"dependencies": {
11-
"@openai/codex": "0.137.0",
11+
"@openai/codex": "0.139.0",
1212
"typebox": "1.1.39",
1313
"ws": "8.21.0",
1414
"zod": "4.4.3"

extensions/codex/src/app-server/protocol-generated/json/v2/ModelListResponse.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,8 @@
185185
"type": "object"
186186
},
187187
"ReasoningEffort": {
188-
"description": "See https://platform.openai.com/docs/guides/reasoning?api-mode=responses#get-started-with-reasoning",
189-
"enum": [
190-
"none",
191-
"minimal",
192-
"low",
193-
"medium",
194-
"high",
195-
"xhigh"
196-
],
188+
"description": "A non-empty reasoning effort value advertised by the model.",
189+
"minLength": 1,
197190
"type": "string"
198191
},
199192
"ReasoningEffortOption": {

extensions/codex/src/app-server/protocol-generated/json/v2/ThreadResumeResponse.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -718,15 +718,8 @@
718718
]
719719
},
720720
"ReasoningEffort": {
721-
"description": "See https://platform.openai.com/docs/guides/reasoning?api-mode=responses#get-started-with-reasoning",
722-
"enum": [
723-
"none",
724-
"minimal",
725-
"low",
726-
"medium",
727-
"high",
728-
"xhigh"
729-
],
721+
"description": "A non-empty reasoning effort value advertised by the model.",
722+
"minLength": 1,
730723
"type": "string"
731724
},
732725
"SandboxPolicy": {

extensions/codex/src/app-server/protocol-generated/json/v2/ThreadStartResponse.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -718,15 +718,8 @@
718718
]
719719
},
720720
"ReasoningEffort": {
721-
"description": "See https://platform.openai.com/docs/guides/reasoning?api-mode=responses#get-started-with-reasoning",
722-
"enum": [
723-
"none",
724-
"minimal",
725-
"low",
726-
"medium",
727-
"high",
728-
"xhigh"
729-
],
721+
"description": "A non-empty reasoning effort value advertised by the model.",
722+
"minLength": 1,
730723
"type": "string"
731724
},
732725
"SandboxPolicy": {

extensions/codex/src/app-server/protocol-generated/json/v2/TurnCompletedNotification.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -606,15 +606,8 @@
606606
]
607607
},
608608
"ReasoningEffort": {
609-
"description": "See https://platform.openai.com/docs/guides/reasoning?api-mode=responses#get-started-with-reasoning",
610-
"enum": [
611-
"none",
612-
"minimal",
613-
"low",
614-
"medium",
615-
"high",
616-
"xhigh"
617-
],
609+
"description": "A non-empty reasoning effort value advertised by the model.",
610+
"minLength": 1,
618611
"type": "string"
619612
},
620613
"TextElement": {

extensions/codex/src/app-server/protocol-generated/json/v2/TurnStartResponse.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -606,15 +606,8 @@
606606
]
607607
},
608608
"ReasoningEffort": {
609-
"description": "See https://platform.openai.com/docs/guides/reasoning?api-mode=responses#get-started-with-reasoning",
610-
"enum": [
611-
"none",
612-
"minimal",
613-
"low",
614-
"medium",
615-
"high",
616-
"xhigh"
617-
],
609+
"description": "A non-empty reasoning effort value advertised by the model.",
610+
"minLength": 1,
618611
"type": "string"
619612
},
620613
"TextElement": {

extensions/codex/src/app-server/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ export const MIN_CODEX_SANDBOX_EXEC_SERVER_APP_SERVER_VERSION = "0.132.0";
99
export const MANAGED_CODEX_APP_SERVER_PACKAGE = "@openai/codex";
1010
// Keep this in sync with the Codex CLI live-test package pin.
1111
/** Managed Codex app-server package version installed by OpenClaw. */
12-
export const MANAGED_CODEX_APP_SERVER_PACKAGE_VERSION = "0.137.0";
12+
export const MANAGED_CODEX_APP_SERVER_PACKAGE_VERSION = "0.139.0";

pnpm-lock.yaml

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)