Profile usage omits current-day daily bucket

Open 💬 1 comment Opened Jun 3, 2026 by hlky

What version of the Codex App are you using (From “About Codex” dialog)?

26.601.21317

What subscription do you have?

Pro

What platform is your computer?

Microsoft Windows NT 10.0.19044.0 x64

What issue are you seeing?

Profile usage omits the current day's token usage.

<img width="150" height="128" alt="Image" src="https://github.com/user-attachments/assets/500d36e3-107d-4c84-b3d6-ff6507978b74" />

What steps can reproduce the bug?

Settings > Profile

What is the expected behavior?

If there has already been usage today, Profile should show a current-day bucket, even if it is partial/in-progress.

Additional information

The current day's data is not returned from backend/API:

GET https://chatgpt.com/backend-api/wham/profiles/me

Result:

  • metadata.stats_as_of = "2026-06-03"
  • metadata.generated_at = "2026-06-03T16:28:36.572234Z"
  • metadata.stats_error = null
  • latest daily_usage_buckets entry = 2026-06-02
  • latest weekly_usage_buckets entry = 2026-06-01
Why?

It just looks weird in the UI having the current day empty.

It would be useful to monitor the current day's usage directly in Codex rather than relying on third party tooling (e.g. ccusage).

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗