OpenAI gives Codex a “Watch and fix” mode that keeps repairing your pull request OpenAI's latest production desktop build, version 26.901.20858/build 7658, includes a new 'Watch and fix' pull-request automation that attaches a 10-minute heartbeat to a Codex task, repeatedly checks live PR state, fixes CI failures and merge conflicts in an isolated worktree, pushes repairs, and can optionally continue until the PR is merged, according to a RuntimeWire investigation based on reverse engineering. The feature, found in user-facing settings titled 'Watch and fix pull requests,' also includes controls for 'Auto-merge when ready' and custom 'Pull request watch instructions,' and was absent from the previous production package version 26.820.60940/build 7119. OpenAI gives Codex a “Watch and fix” mode that keeps repairing your pull request RuntimeWire found a new pull-request automation in the latest production desktop build that repeatedly checks GitHub, fixes CI failures and merge conflicts in an isolated worktree, pushes repairs, and can keep going until the PR merges. By Ryan Merket /author/ryan-merket · Published RUNTIMEWIRE INVESTIGATION — Scoop Original reporting by RuntimeWire, based on reverse engineering. Why it matters Coding agents are moving from one-shot code generation into persistent ownership of delivery. Codex's heartbeat targets the costly last mile: keeping a PR green and mergeable while CI and the base branch continue changing. Reporting record Finding OpenAI’s latest production desktop build contains a new “Watch and fix” pull-request automation that attaches a 10-minute heartbeat to a Codex task, repeatedly checks the live PR state, fixes relevant CI failures and merge conflicts, pushes repairs, and can optionally continue until the pull request is merged. How we verified Methods: reverse engineering. RuntimeWire found user-facing settings titled “Watch and fix pull requests” in OpenAI desktop version 26.901.20858, build 7658, alongside controls for “Auto-merge when ready” and custom “Pull request watch instructions.” The implementation creates an automation of type heartbeat named Auto-fix PR