Skip to content

v0.9.0

Choose a tag to compare

@alxxjohn alxxjohn released this 02 Jul 18:47
ccbd049

0.9.0 (2026-07-02)

Features

  • filters: add declarative dedup/fold primitives and restore CompactLines duplicate folding (bafe5a9)
  • filters: collapse tree chains, keep representative grep matches, widen noise suppression (fa87868)
  • filters: fold no-signal logs and unify diagnostic anchors in failure output (6818b9b)
  • profiles: compress git operation and go module download output (dc36817)
  • profiles: route golangci-lint and staticcheck through the failure reducer (1848079)
  • profiles: summarize kubectl mutations, docker transfers, and terraform plans (53ae21c)
  • raise token savings with declarative folding, broader profile coverage, and engine tuning (9fc299e)

Bug Fixes

  • engine: apply the never-worse-than-raw guard to all profiles (f157097)
  • engine: treat grep/ripgrep no-match exits as benign (21f0c80)
  • filters: cap JSON structure rendering and strip OSC escape sequences (46a8a0f)

Performance Improvements

  • engine: bound history growth, enable adaptive budgets, prefer cheaper bypass summaries (ea22557)