Skip to content

agent-htop 0.1.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 20:12
· 34 commits to main since this release

Changelog

  • ffb739c Fix aggregator goroutine deadlock: close event channel on detector stop
  • 53681c9 Fix critical concurrency deadlocks and add LLM-based parser support (HTO-15)
  • 2aee449 Initial commit: agent-htop v0.1 scaffold
  • 806c4b0 Integrate cost projection tracking into aggregator (HTO-25)
  • 490cc5a [HTO-34] Make -company optional + Claude Code zero-config auto-discovery
  • 3161116 [HTO-35] Decouple aggregator from api.Client + add runtime capability flags
  • 0236b00 [HTO-36] Add --runtime auto detection logic