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
Windows one-click launch no longer fails immediately: the injected codex-injector called /bin/ps to inspect the launched Codex process.
Windows has no /bin/ps, so the injector exited with code 1 and the
launcher reported an immediate process failure while inspecting the
launched Codex process. On Windows the Rust launcher already owns Codex
startup/detection, so the injector now skips Unix process-table inspection
and attaches to the existing CDP port instead.