v0.2.0 Forum Post Draft

简体中文

Use this draft only after v0.2.0 is tagged and the GitHub Release, PyPI package, GHCR image, and documentation site have passed the release checklist.

Copyable Post

I released Codex Quota Monitor v0.2.0, a small self-hosted dashboard for people who run Codex OAuth accounts behind CLIProxyAPI.

It turns the pool’s 5h and weekly quota into Plus-equivalent remaining capacity, shows which accounts are still good candidates for routing, and explains missing quota, health, stats, and reset data without scraping the browser UI.

It is useful if you:

Two-minute UI preview:

uv tool install codex-quota-monitor==0.2.0
cqm --demo

Then open http://127.0.0.1:4516/. Demo mode uses built-in sample data and does not need CLIProxyAPI, a management key, or auth files.

Run it against an existing local CLIProxyAPI management endpoint:

cqm \
  --management-base-url http://127.0.0.1:8317 \
  --management-key-file /path/to/management-key \
  --gateway-health-url http://127.0.0.1:8317/healthz \
  --auth-dir /path/to/auth-files

Other install paths:

Links:

Security and scope notes:

Feedback: