test(codex): accept current status prose · openclaw/openclaw@31ed93f
steipete
·
2026-05-03
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -61,6 +61,13 @@ describe("gateway codex harness live helpers", () => {
|
61 | 61 | expect(isExpectedCodexStatusCommandText(text)).toBe(true); |
62 | 62 | }); |
63 | 63 | |
| 64 | +it("accepts running-session status prose emitted by current codex", () => { |
| 65 | +const text = |
| 66 | +"Session is running on `codex/gpt-5.5` with low reasoning, direct execution, and about `24k/272k` context used. Cache hit is `99%`; no compactions so far."; |
| 67 | + |
| 68 | +expect(isExpectedCodexStatusCommandText(text)).toBe(true); |
| 69 | +}); |
| 70 | + |
64 | 71 | it("accepts the current status card emitted by OpenAI Codex", () => { |
65 | 72 | const text = [ |
66 | 73 | "Current session status:", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。