Skip to content

Incorrect truncation of reset times in /status (CLI, macOS app, VS Code extension) #17453

@matii-dev

Description

@matii-dev

What issue are you seeing?

The /status (or /stan) command incorrectly displays reset times for usage limits.

  • 5h limit reset shows only partial hour (e.g. "14" instead of full time like "14:32")
  • 7 day limit reset shows only first digit of the day (e.g. "2" instead of "21")
  • this makes the information effectively unusable

Where does it occur?

  • Codex CLI
  • Codex macOS app
  • Codex VS Code extension

Expected behavior

Full timestamp should be displayed (date + time), not truncated.

Why this matters

The /status command becomes partially useless because users cannot determine when limits reset.

Additional notes

This appears to be a shared UI/formatting issue rather than CLI-specific, since it occurs across multiple Codex interfaces.

Possibly related to string truncation, layout width, or formatting logic.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    TUIIssues related to the terminal user interface: text input, menus and dialogs, and terminal displaybugSomething isn't workingrate-limitsIssues related to rate limits, quotas, and token usage reporting

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions