Releases: senna-lang/herdr-agent-usage
Releases · senna-lang/herdr-agent-usage
Release list
v0.3.1
What's Changed
- docs: add contribution and review guidance by @senna-lang in #13
- Add Claude multi-profile (multi-account) support by @senna-lang in #15
- chore: Bump plugin version to 0.3.1 by @senna-lang in #16
Full Changelog: v0.3.0...v0.3.1
v0.3.0
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
What's Changed
- feat: Add provider limits to the Herdr sidebar by @senna-lang in #5
New Contributors
- @senna-lang made their first contribution in #5
Full Changelog: v0.1.3...v0.2.0
v0.1.3
v0.1.2
v0.1.1
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
sessionIDOfwas duplicated identically across the codex/opencode/grok providers; consolidated into a sharedprovider.SessionIDhelper.- 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
- @dependabot[bot] made their first contribution in #1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/senna-lang/herdr-agent-usage/commits/v0.1.0