Restore polling as the primary Live architecture

Default Codex back to one-shot foreground polling, delegate generation to the existing low-effort agent, and keep the app-server worker available only through an explicit experimental opt-in. Preserve progressive publication and the shared safety and framework optimizations.

Prepared with Codex assistance under maintainer direction.
This commit is contained in:
Paul Bakaus
2026-07-15 16:16:08 -07:00
parent ead6ddabe5
commit 0ac1ca6867
58 changed files with 424 additions and 361 deletions
+3 -2
View File
@@ -359,8 +359,9 @@ Options:
--help Show this help message
Harness note:
Default one-shot mode is the portable contract for Claude Code, Cursor, and foreground fallback.
Codex uses --stream only for the dedicated worker's narrow foreground control lane.
Default one-shot mode is the primary contract, including Codex foreground polling.
Claude Code may run it as a background task; Cursor uses a background terminal with exit notification.
--stream is retained for explicitly enabled experimental worker control lanes.
Do not use --stream on Cursor.`);
process.exit(0);
}