test: accept current codex status wording · openclaw/openclaw@fd6e1c0
steipete
·
2026-04-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -37,6 +37,13 @@ describe("gateway codex harness live helpers", () => {
|
37 | 37 | expect(isExpectedCodexStatusCommandText(text)).toBe(true); |
38 | 38 | }); |
39 | 39 | |
| 40 | +it("accepts current app-server status prose with session-is wording", () => { |
| 41 | +const text = |
| 42 | +"Status: running on `openai/gpt-5.5`, context at 22k/272k tokens (8%), no compactions. Session is `agent:dev:live-codex-harness`; execution is direct with elevated mode."; |
| 43 | + |
| 44 | +expect(isExpectedCodexStatusCommandText(text)).toBe(true); |
| 45 | +}); |
| 46 | + |
40 | 47 | it("accepts the current status card emitted by OpenAI Codex", () => { |
41 | 48 | const text = [ |
42 | 49 | "Current session status:", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。