You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds Codex multi-account switching with scoped browser login, account details, saved account switching, and account-scoped usage snapshots.
Adds Codex and Claude platform switching on the Usage page, keeping account, quota, and token usage labels aligned with the selected platform.
Reworks Codex usage collection with the imported Agent Signal Bar cost-usage scanner, faster cached refreshes, and app-owned cache names.
Adds an optional Debug page with Codex-style logs, fetch diagnostics, OpenAI Cookie controls, cache clearing, and light-effect debugging.
Changes
Codex account credentials are stored in Keychain; account metadata stays in App Support without long-lived auth blob copies.
Manual OpenAI Cookie entry uses a secure field and Keychain storage, with migration from the old UserDefaults value.
The Usage page now keeps the main view focused on account, quota sessions, and token usage; advanced source and cookie settings live inside account details.
Codex detail now shows service status, CLI version, account, and real plan information.
The command line tool installer now installs the agent-signal-light command from Advanced settings.
Cost-usage runtime naming and cache roots now use Agent Signal Bar names, with one-time migration from the old imported cache path.
Release packaging now includes third-party license notices for bundled dependencies.
Fixes
Fixed account switching so quota and token usage refresh against the selected Codex account.
Fixed token usage totals and chart refresh behavior by using cached daily activity immediately and scanning incrementally.
Fixed duplicate 30-day quota display when only one Codex quota window is available.
Fixed light debug so the status bar and floating signal use the same animation clock and stay in sync.
Removed the tool-call usage block and unrelated agent/script rows from the user-facing Usage and Run views.
Fixed package and notarization scripts for the updated bundle metadata and notice files.
Release verification
git diff --check
DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer swift test --scratch-path .build-test