Skip to content

Releases: justinmaks/hedge-local

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 05:50

Changelog

  • 5255ff4 feat(tui): Pulse — a live EKG for the Live tab

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 04:58

Changelog

  • 1d92091 feat(cli): hcli service for always-on collection; live status badge

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 06:58

Changelog

  • 82530a1 feat(cli): wrapper-free per-project attribution via SessionStart hook

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 06:42

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

Choose a tag to compare

@github-actions github-actions released this 10 Jul 07:02

Changelog

  • 7e8a4fa feat(tui): color the DB LIVE badge and wire up the spans-today counter

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 06:22

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

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 23 Jun 01:23

Changelog

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 22 Jun 23:46

Changelog

  • 6a2715d ci: bump GitHub Actions to current major versions
  • 6be52df ci: fix lint job — use golangci-lint v2 and resolve findings
  • f5c4885 ci: only run CI on main pushes and PRs
  • c7f6647 feat: log-driven OpenCode ingestion + docs refresh (#6)
  • 177a759 hcli — local-only telemetry TUI for coding agents