Skip to content

feat: extend list info with reset times. #22

Description

@Carloosolrac

🚀 Feature Request: Extend list info with reset times

Description

It would be very useful to extend the information returned by the list command to include reset times in a compact, single-line format.

Currently, the list provides useful profile-related details, but it does not indicate when certain limits or states will reset. Adding reset time information would improve transparency and usability without sacrificing readability.

Proposed Solution

Enhance the list output to include reset timestamps directly in the same row for each profile, including:

  • 5-hour reset
  • Weekly reset

Example

codex-profiles list

Current output:

PLUS  john.doe@gmail.com        personal   <- active
PLUS  dev.team@acmecorp.io      work

Proposed output:

PLUS  john.doe@gmail.com        personal            |  5h reset: 2026-04-05 18:00 UTC  |  week reset: 2026-04-07 00:00 UTC    <- active 
PLUS  dev.team@acmecorp.io      work                |  5h reset: 2026-04-05 20:00 UTC  |  week reset: 2026-04-07 00:00 UTC

Benefits

  • Quick visibility of all relevant timing information
  • Keeps output compact and CLI-friendly
  • Improves usability without adding extra lines

Additional Context

A consistent format would allow for easy parsing and future extensibility if more reset types are added.

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