From cde0beb2245e5539bb45d66bb145439281c04cb1 Mon Sep 17 00:00:00 2001 From: Dake Hu Date: Sun, 20 Sep 2026 10:58:57 +0800 Subject: [PATCH 1/2] Add WhenResets to the Stat section (sourced Codex rate-limit reset ledger) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eff0e6a..d04b212 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ OpenAI Codex CLI is a lightweight coding agent that runs in your terminal. - [WhereMyTokens](https://github.com/jeongwookie/WhereMyTokens) - Windows tray app for monitoring Claude Code and Codex token usage, costs, sessions, and rate limits from local JSONL logs. - [ClawMetry](https://github.com/vivekchand/clawmetry) - Zero-config local dashboard for observing Codex CLI sessions, tokens, and costs alongside 20+ other agent runtimes. - [session-top](https://github.com/jerryxff26-alt/session-top) - Local htop-style TUI for Codex CLI sessions: quota windows, top consumers, and explainable usage drops from on-disk rollouts. +- [WhenResets](https://whenresets.net) - Sourced public ledger of every OpenAI Codex rate-limit reset: 55 records, each linking to the original announcement. Also published as MIT-licensed CSV/JSON. ### Editor From 0b5d9696b62195f1e193433181ecd7937a35389f Mon Sep 17 00:00:00 2001 From: milisp Date: Sat, 19 Sep 2026 23:38:43 -0400 Subject: [PATCH 2/2] Split WhenResets into new Reset Trackers section Co-Authored-By: Claude Sonnet 5 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d04b212..946b297 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ - [WebUI \& App](#webui--app) - [Development Tools](#development-tools) - [Stat](#stat) + - [Reset Trackers](#reset-trackers) - [Editor](#editor) - [Terminal](#terminal) - [Agent Skills](#agent-skills) @@ -183,6 +184,9 @@ OpenAI Codex CLI is a lightweight coding agent that runs in your terminal. - [WhereMyTokens](https://github.com/jeongwookie/WhereMyTokens) - Windows tray app for monitoring Claude Code and Codex token usage, costs, sessions, and rate limits from local JSONL logs. - [ClawMetry](https://github.com/vivekchand/clawmetry) - Zero-config local dashboard for observing Codex CLI sessions, tokens, and costs alongside 20+ other agent runtimes. - [session-top](https://github.com/jerryxff26-alt/session-top) - Local htop-style TUI for Codex CLI sessions: quota windows, top consumers, and explainable usage drops from on-disk rollouts. + +### Reset Trackers + - [WhenResets](https://whenresets.net) - Sourced public ledger of every OpenAI Codex rate-limit reset: 55 records, each linking to the original announcement. Also published as MIT-licensed CSV/JSON. ### Editor