Skip to content

v4.10.0

Choose a tag to compare

@slkiser slkiser released this 18 Sep 15:17
· 21 commits to main since this release
86d616c

Changes Made

  1. Preserve minute-level reset countdowns, handle expired resets, and include resets in compact status via #260, based on #239, thanks @MemberIT and @nixonaut, closes #238.
  2. Correct OpenRouter budget-window usage and accept limit_remaining: null only for free-tier keys via #263, thanks @thomas-bw, and #245, thanks @log0u7, closes #262 and #244.
  3. Keep rate-limited OpenCode Go windows and suppress refreshes for accounts without quota entitlement via #242, thanks @moisesfilho, and #258, closes #241 and #247.
  4. Accept Zhipu CREDIT_LIMIT windows via #256, thanks @ConcealedBlade, closes #255, and calculate their remaining percentages from exact usage values via #282, closes #274.
  5. Handle nested Ollama Cloud responses and report only the session and weekly usage fractions supported by its API via #243, thanks @christian-taillon.
  6. Improve quota output consistency across /quota, CLI output, toasts, the sidebar, compact status, and the prompt bar.

New Features

  1. Add optional fixed-window Runs out estimates with quotaProjection: "runway" via #267, closes #252.
  2. Add bare percentage labels and configurable reset spacing via #264, carrying forward the useful display work from #239.
  3. Make readable spaced countdowns such as 2d 5h 14m the zero-config default while preserving resetTimeSpaced: false for dense layouts via #283.
  4. Show Claude Usage Credits via #251, thanks @kurbezz, and Anthropic Fable weekly quota via #259, closes #257.

Breaking Changes

  1. Ollama Cloud no longer shows unsupported per-model request rows; session and weekly usage fractions remain available.
  2. Default reset labels now preserve minute precision and include spaces, so output such as 2.5h or 5d becomes 2h 14m or 5d 16h 48m. Scripts that parse human-readable output may need adjustment.

Full Changelog: v4.9.0...v4.10.0