Skip to content

Commit 2d2ddc4

Browse files
steipetevincentkoc
authored andcommitted
fix(codex): update managed app-server to 0.144.3 [AI] (#106098)
* fix(codex): update managed app-server to 0.144.2 * fix(codex): update managed app-server to 0.144.3 (cherry picked from commit 0bae4e0)
1 parent 2b4232e commit 2d2ddc4

5 files changed

Lines changed: 61 additions & 61 deletions

File tree

docs/plugins/codex-harness-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Top-level fields:
5050
## App-server transport
5151

5252
By default OpenClaw starts the managed Codex binary shipped with the bundled
53-
plugin (currently `@openai/codex` `0.144.1`):
53+
plugin (currently `@openai/codex` `0.144.3`):
5454

5555
```bash
5656
codex app-server --listen stdio://
@@ -462,7 +462,7 @@ If discovery fails or times out, OpenClaw uses a bundled fallback catalog:
462462
| `gpt-5.4-mini` | GPT-5.4-Mini | low, medium, high, xhigh |
463463

464464
<Note>
465-
The current bundled harness is `@openai/codex` `0.144.1`. A `model/list` probe
465+
The current bundled harness is `@openai/codex` `0.144.3`. A `model/list` probe
466466
against that bundled app-server returned these public picker rows:
467467

468468
| Model id | 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.144.1",
11+
"@openai/codex": "0.144.3",
1212
"typebox": "1.3.3",
1313
"ws": "8.21.0",
1414
"zod": "4.4.3"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export const MIN_CODEX_APP_SERVER_VERSION = "0.143.0";
1010
export const MANAGED_CODEX_APP_SERVER_PACKAGE = "@openai/codex";
1111
// Keep this in sync with the Codex CLI live-test package pin.
1212
/** Managed Codex app-server package version installed by OpenClaw. */
13-
export const MANAGED_CODEX_APP_SERVER_PACKAGE_VERSION = "0.144.1";
13+
export const MANAGED_CODEX_APP_SERVER_PACKAGE_VERSION = "0.144.3";

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)