Longwatch keeps Codex tasks running, auto‑retries and notifies you
Longwatch is a Rust desktop app that guarantees Codex jobs finish even when the system sleeps or the connection drops. It runs a single persistent thread, classifies failures, and backs off with exponential delays, notifying the user when a result arrives. Developers who rely on Codex for long‑running prompts can keep working without manual resubmission. Compared to manual retries, Longwatch is lightweight, cross‑platform, and respects Codex limits.
View on GitHub →wintopic/codex-longwatch