Releases: cruzanstx/cclimits
Releases · cruzanstx/cclimits
Release list
v1.4.0
New: --resets reset countdowns in oneline output
New --resets flag (alias: --timeremaining) appends a compact ↻ reset countdown to each provider in --oneline output:
Claude: 4.0%/19.0% ✅ ↻2h15m/3d17h | Codex: 2% (7d) ✅ ↻6d23h | Z.AI: 1% (5h) ✅ ↻3h2m | Antigravity: 3% (20 models) ✅ ↻10m
- Covers all 6 providers with a reset concept: Claude & Codex (per-window), Z.AI (token quota), Synthetic (5h tick / weekly regen), Gemini (per-tier), Antigravity (earliest reset across models, also surfaced as
summary.next_reset_inin JSON and aNext reset:line in the detailed view). OpenRouter/Kimi are prepaid balances — nothing to reset. - Off by default: without the flag, output is byte-identical to 1.3.x.
- Fix:
format_reset_timenow rolls hours into days (89h 13m→3d 17h) in all views.
🤖 Generated with Claude Code
v1.2.12
- Fix full pytest suite by patching the loaded cclimits module instead of a duplicate lib.cclimits import.
- Isolate test cache writes from the user cache.
- Fix urllib fallback tests and HTTP helper request-path selection.
- Keep detailed output tolerant of minimal usage fixtures.