fix: sync codex cli package pin · openclaw/openclaw@c95ccf4
vincentkoc
·
2026-05-14
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -67,7 +67,7 @@ function createBackendEntry(params: {
|
67 | 67 | params.id === "claude-cli" |
68 | 68 | ? "@anthropic-ai/claude-code" |
69 | 69 | : params.id === "codex-cli" |
70 | | - ? "@openai/codex@0.129.0" |
| 70 | + ? "@openai/codex@0.130.0" |
71 | 71 | : params.id === "google-gemini-cli" |
72 | 72 | ? "@google/gemini-cli" |
73 | 73 | : undefined, |
@@ -498,7 +498,7 @@ describe("resolveCliBackendLiveTest", () => {
|
498 | 498 | defaultModelRef: "codex-cli/gpt-5.5", |
499 | 499 | defaultImageProbe: true, |
500 | 500 | defaultMcpProbe: true, |
501 | | -dockerNpmPackage: "@openai/codex@0.129.0", |
| 501 | +dockerNpmPackage: "@openai/codex@0.130.0", |
502 | 502 | dockerBinaryName: "codex", |
503 | 503 | }); |
504 | 504 | }); |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。