mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
fc97092f75
## Summary Fixes a `tui_app_server` bootstrap failure when launching the CLI while logged out. ## Root cause During TUI bootstrap, `tui_app_server` fetched `account/rateLimits/read` unconditionally and treated failures as fatal. When the user was logged out, there was no ChatGPT account available, so that RPC failed and aborted startup with: ``` Error: account/rateLimits/read failed during TUI bootstrap ``` ## Changes - Only fetch bootstrap rate limits when OpenAI auth is required and a ChatGPT account is present - Treat bootstrap rate-limit fetch failures as non-fatal and fall back to empty snapshots - Log the fetch failure at debug level instead of aborting startup
fc97092f75
ยท
2026-03-24 14:01:06 -06:00
History