Skip to content

Feature: show all Codex accounts simultaneously in menu bar #53

Description

@callmepopo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions