mirror of
https://github.com/openai/codex.git
synced 2026-04-26 15:45:02 +00:00
Before this, the TUI was starting 2 app-server. One to check the login status and one to actually start the session This PR make only one app-server startup and defer the login check in async, outside of the frame rendering path --------- Co-authored-by: Codex <noreply@openai.com>