From 567844fe057296f574da81beb54d3dbbcc14e9e8 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Tue, 25 Nov 2025 15:47:39 -0800 Subject: [PATCH] codex-status --- codex-rs/core/src/status.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/core/src/status.rs b/codex-rs/core/src/status.rs index a38ee0a4b6..dc140f2b12 100644 --- a/codex-rs/core/src/status.rs +++ b/codex-rs/core/src/status.rs @@ -76,6 +76,7 @@ impl IdleWarning { && !status.is_operational() { self.warning_sent = true; + self.mark_event(); return Some(format!( "Codex is facing an incident. Current status: {status:?}. Responses may be delayed or stalled." ));