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
Fixed the native Token Monitor so it can still read local token/context data when the desktop HTTP URL is unavailable or stale.
Added an in-process fallback for the monitor's /api/token/current snapshot; this does not depend on Codex page injection.
Improved monitor rendering so stable token totals show 0 tok/min instead of staying blank, and zero context-used values display as 0 / window.
Verified with targeted native monitor unit tests, real local /api/token/current snapshot via Flask test client, and packaged EXE smoke test. Full pytest was intentionally skipped because this environment has Codex-disruptive tests.