Skip to content

Commit 92ed0c4

Browse files
committed
fix(codex): update managed app-server to 0.144.3
1 parent 3204de2 commit 92ed0c4

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
@@ -130,7 +130,7 @@ flags, and plugin allow/deny references into this block. Explicit canonical
130130
## App-server transport
131131

132132
For ordinary harness turns, OpenClaw starts the managed Codex binary shipped
133-
with the official plugin (currently `@openai/codex` `0.144.2`):
133+
with the official plugin (currently `@openai/codex` `0.144.3`):
134134

135135
```bash
136136
codex app-server --listen stdio://
@@ -586,7 +586,7 @@ If discovery fails or times out, OpenClaw uses a bundled fallback catalog:
586586
| `gpt-5.4-mini` | GPT-5.4-Mini | low, medium, high, xhigh |
587587

588588
<Note>
589-
The current bundled harness is `@openai/codex` `0.144.2`. A `model/list` probe
589+
The current bundled harness is `@openai/codex` `0.144.3`. A `model/list` probe
590590
against that bundled app-server returned these public picker rows:
591591

592592
| 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.2",
11+
"@openai/codex": "0.144.3",
1212
"semver": "7.8.5",
1313
"smol-toml": "1.7.0",
1414
"typebox": "1.3.3",

extensions/codex/src/manifest.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe("codex package manifest", () => {
2222
) as CodexPackageManifest;
2323

2424
expect(packageJson.devDependencies).toHaveProperty("@openclaw/plugin-sdk");
25-
expect(packageJson.dependencies?.["@openai/codex"]).toBe("0.144.2");
25+
expect(packageJson.dependencies?.["@openai/codex"]).toBe("0.144.3");
2626
expect(packageJson.openclaw?.release?.requireLatestDependencies).toEqual(["@openai/codex"]);
2727
expect(packageJson.openclaw?.install?.requiredPlatformPackages).toEqual([
2828
"@openai/codex-linux-x64",

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)