What problem does it solve?
It answers whether OpenAI Codex usage quotas are likely to reset soon by querying the third-party prediction site willcodexquotareset.com, trimming its large JSON response down to the key forecast fields users actually care about.
Core Features & Use Cases
- Reset Probability Lookup: Reports the forecast score as a percentage, days and hours since the last confirmed reset, the latest reset timestamp, and whether a reset has been announced.
- Trimmed or Raw Output: Returns a curated subset of the forecast by default, with
--raw for the full API response and --compact for single-line JSON suitable for downstream programs.
- Resilient Fetching: Retries transient network failures, timeouts, HTTP 429, and 5xx errors with configurable
--retries and --timeout options.
- Use Case: A developer hitting Codex quota limits asks whether a reset is coming soon, and gets a concise answer like reset probability, time since last reset, and the scoring breakdown.
Quick Start
Ask the assistant to check the current Codex quota reset forecast and report the reset probability and time since the last reset.