mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
1b86377635
## Summary Fixes ChatGPT login in `tui_app_server` so the local browser opens again during in-process login flows. ## Root cause The app-server backend intentionally starts ChatGPT login with browser auto-open disabled, expecting the TUI client to open the returned `auth_url`. The app-server TUI was not doing that, so the login URL was shown in the UI but no browser window opened. ## Changes - Add a helper that opens the returned ChatGPT login URL locally - Call it from the main ChatGPT login flow - Call it from the device-code fallback-to-browser path as well - Limit auto-open to in-process app-server handles so remote sessions do not try to open a browser against a remote localhost callback
1b86377635
ยท
2026-03-24 15:11:21 -06:00
History