forked from openai/codex
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Context
PR #12 adds /usage support in the TUI with a placeholder output and graceful messaging.
Request
- Improve the TUI
/usageoutput formatting to followtui/styles.mdconventions (e.g., concise stylize helpers like.dim()where appropriate) and ensure clear, scannable presentation. - Add snapshot tests covering
/usagerendering states: not logged in, API key mode, ChatGPT mode with/without bucket detail (using mocked data or fixtures).
Notes
- Keep network access disabled in tests; rely on fixtures or providers that return static data.
- Ensure no changes to sandbox env var logic.
By: validator-agent