Releases: justinmaks/hedge-local
Releases · justinmaks/hedge-local
Release list
v0.5.0
v0.4.0
Changelog
- 1d92091 feat(cli): hcli service for always-on collection; live status badge
v0.3.1
Changelog
- 82530a1 feat(cli): wrapper-free per-project attribution via SessionStart hook
v0.3.0
Changelog
- a9b98fd feat(cli): hcli prune retention command; stricter config loading
- 22ca51b feat(tui): sparkline stretches sparse data; range-aware labels; height-aware cost view
- 61cf325 fix(collect): OTLP/HTTP conformance for the receiver
- 1958a82 fix(store): store all timestamps as canonical UTC text
- aa76423 fix(tui): display-width-aware cell truncation; drop dead root flags
- 897dfae fix(tui): overview stat cards no longer clip the last border
- aca15ec refactor(cli): every command resolves config/db through one path
v0.2.1
Changelog
- 7e8a4fa feat(tui): color the DB LIVE badge and wire up the spans-today counter
v0.2.0
Changelog
- 6923326 ci: use latest Go 1.25 patch release in setup-go
- 7fed9e3 feat(cli): add hcli uninstall command for clean removal
- a37346e feat(tui): add drill-down state machine to cost view
- 09d3ac1 feat(tui): all views use responsive bar widths filling screen
- b1dcc26 feat(tui): daily bar chart with cursor and drill-down rendering
- c932d66 feat(tui): hourly data loading for cost drill-down
- 6e0b826 feat(tui): make Sparkline width-aware
- d750953 feat(tui): mode-aware hints for cost view drill-down
- ab9d484 feat(tui): table columns expand to fill available width
- 287ff62 fix(queries): group agent cost breakdown by s.agent, not alias
- 21efe0b fix(setup): backup env.sh before overwrite in setup claude
- b358834 fix(setup): backup opencode-env.sh before overwrite
- c4a0b5d fix(tui): handle costHourlyLoadedMsg in cost view Update