Skip to content

Releases: senna-lang/herdr-agent-usage

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 14:35
d844c97

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

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

What's Changed

  • feat: Show pay-as-you-go usage across all harnesses; gate subscription limits by billing mode by @senna-lang in #9

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Jul 15:14
5392594

What's Changed

  • feat: Add provider limits to the Herdr sidebar by @senna-lang in #5

New Contributors

Full Changelog: v0.1.3...v0.2.0

v0.1.3

Choose a tag to compare

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

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

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

Full Changelog: v0.1.1...v0.1.2

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

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 14:41