Skip to content

Releases: cruzanstx/cclimits

v1.4.0

Choose a tag to compare

@cruzanstx cruzanstx released this 21 Jul 18:05

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_in in JSON and a Next 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_time now rolls hours into days (89h 13m3d 17h) in all views.

🤖 Generated with Claude Code

v1.2.12

Choose a tag to compare

@cruzanstx cruzanstx released this 15 Jun 14:57
  • 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.

v1.2.11

Choose a tag to compare

@cruzanstx cruzanstx released this 15 Jun 14:44
  • Normalize Antigravity oneline output to show used quota percentage, matching Claude/Codex semantics.
  • Add regression coverage for remaining-to-used display conversion.
  • Update README examples and memory bank status.