Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 18 Jul 01:11

Fixes

  • Codex rate limits diverging between panes. Codex limits are account-wide, but the collector was reading whichever rollout matched the focused pane's cwd — since each rollout only records its own last snapshot, two panes with different cwds could show different (stale vs. fresh) percentages for the same account-wide window. Now reads the freshest snapshot across all sessions, ignoring cwd, matching how Claude/OpenCode/Grok are collected.
  • Occasional frame tearing in the limits pane on resize. A SIGWINCH handler could paint directly to stdout at the same time as the main render loop, interleaving escape sequences. Painting is now serialized onto a single event loop.

Maintenance

  • sessionIDOf was duplicated identically across the codex/opencode/grok providers; consolidated into a shared provider.SessionID helper.
  • Bump actions/setup-go from 5 to 7 by @dependabot[bot] in #1
  • Bump actions/checkout from 4 to 7 by @dependabot[bot] in #2
  • Bump modernc.org/sqlite from 1.53.0 to 1.54.0 by @dependabot[bot] in #3

New Contributors

Full Changelog: v0.1.0...v0.1.1