You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
test("removes Codex rollout recorder diagnostics from stored log text",()=>{
113
+
constdiagnostic="2026-04-30T15:21:30.628333Z ERROR codex_core::session: failed to record rollout items: thread 019ddefa-3be6-7b32-a969-c0f364fb225c not found";
114
+
constraw=[
115
+
"Finding before diagnostic.",
116
+
diagnostic,
117
+
JSON.stringify({type: "text",content: `Finding after diagnostic.\n${diagnostic}\n`}),
118
+
].join("\n");
119
+
120
+
assert.equal(
121
+
extractTextFromNdjsonLog(raw),
122
+
"Finding before diagnostic.Finding after diagnostic.\n"
constdiagnostic="2026-04-30T15:21:30.714121Z ERROR codex_core::session: failed to record rollout items: thread 019ddefa-3a0e-78e2-90fa-c7c3e7bcc247 not found";
test("stripCodexNonUserDiagnostics preserves real stderr failures",()=>{
355
+
constdiagnostic="2026-04-30T15:21:30.628333Z ERROR codex_core::session: failed to record rollout items: thread 019ddefa-3be6-7b32-a969-c0f364fb225c not found";
0 commit comments