Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Codex PulseNew to Visual Studio Code? Get it now.
Codex Pulse

Codex Pulse

ylw

|
8 installs
| (0) | Free
Realtime-first Codex quota status for the VS Code status bar.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info
TouchFish Logo

Realtime-first Codex quota status for the VS Code status bar.

Codex Pulse

Codex Pulse shows your current Codex quota windows directly in VS Code:

  • 5-hour quota
  • weekly quota
  • plan type
  • reset times
  • data source: realtime app-server or session fallback
  • diagnostics when realtime quota cannot be read
image

Why

Existing quota status extensions can silently fall back to stale local session data. Codex Pulse makes the data source visible and tries realtime quota first, so an old value does not pretend to be fresh.

How It Reads Quota

  1. Starts the local Codex executable with codex app-server --listen stdio://.
  2. Calls account/rateLimits/read.
  3. Displays realtime quota when available.
  4. Falls back to the newest ~/.codex/sessions/**/*.jsonl quota event if realtime reading fails.

Codex Pulse does not read auth.json, API keys, or token files.

Settings

  • codexPulse.codexCommand: path to the Codex executable. Leave empty to auto-detect common locations.
  • codexPulse.codexHome: path to the Codex home directory. Leave empty to use ~/.codex.
  • codexPulse.refreshIntervalSeconds: realtime refresh interval. Defaults to 60.
  • codexPulse.displayMode: remaining or used. Defaults to remaining.

On Windows, Codex Pulse auto-detects:

C:\Users\<you>\AppData\Local\OpenAI\Codex\bin\codex.exe

Commands

  • Codex Pulse: Refresh
  • Codex Pulse: Show Diagnostics

Development

Run tests:

node --test test/*.test.js

Package with vsce when available:

vsce package

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft