fix(release): accept codex idle status wording · openclaw/openclaw@5cf8919
steipete
·
2026-05-10
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -124,6 +124,14 @@ describe("gateway codex harness live helpers", () => {
|
124 | 124 | ).toBe(true); |
125 | 125 | }); |
126 | 126 | |
| 127 | +it("accepts the completed-work status emitted by current codex", () => { |
| 128 | +const text = "No active work is running. Ready for the next task."; |
| 129 | + |
| 130 | +expect( |
| 131 | +EXPECTED_CODEX_STATUS_COMMAND_TEXT.some((expectedText) => text.includes(expectedText)), |
| 132 | +).toBe(true); |
| 133 | +}); |
| 134 | + |
127 | 135 | it("accepts the ready status emitted by current codex", () => { |
128 | 136 | const text = "Ready."; |
129 | 137 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。