Skip to main content

quse

Quota and usage checks for coding-agent CLIs.

quse reports normalized usage for providers used by tools such as Codex, Claude Code, GitHub Copilot, Grok Build, and Z.AI/goz.

quse
quse codex
quse copilot --json

The CLI prints one normalized line per provider by default. --json emits the same normalized records as JSON keyed by provider name:

{
  "claude": {
    "details": {},
    "error": null,
    "long_term": {
      "percent_remaining": 87.0,
      "reset_at": "2026-05-28T14:59:59Z"
    },
    "short_term": {
      "percent_remaining": 55.0,
      "reset_at": "2026-05-24T14:30:00Z"
    },
    "status": "ok"
  }
}

Supported providers:

  • codex
  • claude
  • zai
  • copilot
  • grok (alias: grok-build)

gemini is accepted and reports unsupported because it does not currently expose a usage endpoint.

Provider mapping:

  • codex: two API windows map to the 5-hour short_term window and weekly long_term window; when the API returns one window, it is weekly only. Codex JSON output also includes details.reset_credits from ChatGPT's rate-limit reset-credit endpoint when available.
  • claude: short_term maps to the 5-hour signal, long_term maps to the 7-day signal.
  • copilot: short_term is hardcoded to 100% remaining, long_term maps to the monthly premium-interactions signal.
  • zai: short_term maps to the 5-hour quota, long_term maps to the weekly quota.
  • grok: the weekly SuperGrok / X Premium window and the monthly credit window map to short_term and long_term when both are present; when the API returns one window, it is reported as long_term. Weekly remaining prefers the GrokBuild entry in productUsage, then creditUsagePercent. If no percent is reported, percent_remaining is null while reset_at can still be set. Grok JSON output also includes details.subscription and details.product_usage. When Grok exposes one-time usage resets, details.resets lists their expiry timestamps. The one-time reset RPC is separate from Grok's CLI billing responses. quse queries it with the stored OAuth token and uses the local curl command for the grok.com request because Cloudflare can challenge Python's TLS client. If a deployment requires the browser session, set GROK_RESET_COOKIE to the full Cookie header from the logged-in grok.com browser session and, when needed, set GROK_RESET_USER_AGENT to that browser's user agent. Alternatively, point GROK_RESET_COOKIE_FILE at a local Cookie-Editor JSON export; ~/.grok/cookies.json and ~/.grok/browser-cookies.json are checked automatically. A browser's Network-panel Copy as cURL export can be saved via GROK_RESET_CURL_FILE; ~/.grok/reset.curl and ~/.grok/grok-reset.curl are also checked automatically, including the matching browser user agent. If browser cookies are stored in a cookies field in ~/.grok/auth.json, quse uses those too. Do not commit or share these values.

Install

For a local checkout, install the project environment and add its .venv/bin to your shell PATH:

uv sync --dev
./install.sh

Open a new shell after running ./install.sh, then verify:

quse --help

This is the same local-checkout style used by tmuxctl: the script appends the checkout's .venv/bin directory to ~/.bashrc.

For one-off use from a checkout without changing PATH:

uv run quse
uv run quse codex --json

For the latest released package from PyPI:

uvx quse
uv tool install quse
# or
pipx install quse

Use uvx quse for a one-off run without installing a persistent tool.

Release

Releases are published by GitHub Actions when a tag starting with v is pushed:

git tag v0.0.6
git push origin main --tags

The workflow verifies that the tag version matches pyproject.toml, runs the tests, builds the wheel and sdist, then publishes to PyPI with the repository secret PYPI_API_TOKEN.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quse-0.0.14.tar.gz (69.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quse-0.0.14-py3-none-any.whl (31.8 kB view details)

Uploaded Python 3

File details

Details for the file quse-0.0.14.tar.gz.

File metadata

  • Download URL: quse-0.0.14.tar.gz
  • Upload date:
  • Size: 69.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for quse-0.0.14.tar.gz
Algorithm Hash digest
SHA256 2103fdfe7d49a343e6903fc2611e8866ca71bd37fe3e9d8e114ec482f6c8e881
MD5 2ccd0476aa766f9553f68959b873d34d
BLAKE2b-256 0227473a4f591cfb8923724830b3cc1d0b31b2fb2ac12375f35df3e1353f2f3a

See more details on using hashes here.

File details

Details for the file quse-0.0.14-py3-none-any.whl.

File metadata

  • Download URL: quse-0.0.14-py3-none-any.whl
  • Upload date:
  • Size: 31.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for quse-0.0.14-py3-none-any.whl
Algorithm Hash digest
SHA256 7b99a3db422f2a370a0786445c7ab89215b9a93174e63802913d83f8f1dd1b76
MD5 2e0f1e4e00198ae19c46d8b2d2d7f2cc
BLAKE2b-256 c404ff51aaaad8fd9a4100e359cd700a4a75dd232d5f999a1d561c17bf0790e0

See more details on using hashes here.

Release history Release notifications | RSS feed

0.0.16

2 files

0.0.15

2 files

This release

0.0.14 This release

2 files

0.0.13

2 files

0.0.12

2 files

0.0.11

2 files

0.0.10

2 files

0.0.9

2 files

0.0.8

2 files

0.0.7

2 files

0.0.6

2 files

0.0.5

2 files

0.0.4

2 files

0.0.3

2 files

0.0.2

2 files

0.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page