Feature Request
Currently, when multiple Codex accounts are bound, the menu bar only displays the active account's usage. There is no way to monitor all Codex accounts at a glance without manually switching between them.
Current behavior
- Multiple Codex accounts can be saved (storage layer supports it via
codexAccounts: [Account])
- But display is limited to
currentCodexAccount — only one account's data is shown at a time
- Users must manually switch the active account to check each one
Expected behavior
Show all bound Codex accounts' usage simultaneously in the menu bar popover, similar to how some users may want to track multiple subscriptions independently.
Use case
I have 2 separate ChatGPT accounts with independent Codex subscriptions. I'd like to see both their 5-hour and weekly quotas in one view without switching.
Suggestion
Extend the display logic to iterate over codexAccounts (already an array) and render a usage row per account, similar to how multiple Claude organizations could be displayed.
Feature Request
Currently, when multiple Codex accounts are bound, the menu bar only displays the active account's usage. There is no way to monitor all Codex accounts at a glance without manually switching between them.
Current behavior
codexAccounts: [Account])currentCodexAccount— only one account's data is shown at a timeExpected behavior
Show all bound Codex accounts' usage simultaneously in the menu bar popover, similar to how some users may want to track multiple subscriptions independently.
Use case
I have 2 separate ChatGPT accounts with independent Codex subscriptions. I'd like to see both their 5-hour and weekly quotas in one view without switching.
Suggestion
Extend the display logic to iterate over
codexAccounts(already an array) and render a usage row per account, similar to how multiple Claude organizations could be displayed.