You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a required user confirmation before the app closes an already-running Codex process during launch or injection setup.
The backend now returns a confirmation-required payload instead of silently killing Codex when /api/codex/start is called without confirmation.
Web UI launch flows and desktop launch paths now share the same confirmation-and-retry behavior.
Confirmed launches send an explicit one-shot confirmation token before Codex is closed and restarted.
Verified with targeted Codex start API tests, desktop launch confirmation tests, Python compile checks, JavaScript syntax checks, and packaged EXE smoke test. Full pytest was intentionally skipped because this environment has Codex-disruptive tests.