codexLimits.codexCommand - Command used to run Codex app-server (default: codex). If codex is not in VS Code's PATH, the extension tries the bundled Codex CLI from the OpenAI/ChatGPT extension automatically.
Codex Limits: Refresh - Manually refresh the rate limit data
Codex Limits: Show Details - Open the structured details view
How It Works
The extension reads your Codex authentication from ~/.codex/auth.json, picks the current model from ~/.codex/config.toml, and makes lightweight API requests to get current rate limits from x-codex-* response headers. It also reads current account details from codex app-server --stdio using read-only methods. It supports both relative reset headers (reset-after-seconds) and absolute reset headers (reset-at).