codex-status

This commit is contained in:
Ahmed Ibrahim
2025-11-25 15:47:39 -08:00
parent 6eb0474455
commit 567844fe05

View File

@@ -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."
));