Skip to content

v0.23.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 05:15
· 20 commits to main since this release
edaaa7c

zut v0.23.0

Install with:

curl -fsSL https://raw.githubusercontent.com/bnema/zut/main/install.sh | bash

Or download a binary below, verify it with checksums.txt, and add it to your $PATH.

Changelog

Added

  • 2295403: feat(sessions): show search loading feedback (@bnema)
  • 9f5e8fd: feat(tui): expand active subagent activity layout (@bnema)

Fixed

  • 0da46cd: fix(core): serialize concurrent session writes (@bnema)
  • 9f470d3: fix(tui): omit metadata below indent width (@bnema)
  • 778aec9: fix(tui): preserve bounded subagent activity rows (@bnema)

Tests

  • dd4ecde: test(tui): synchronize resident activity rendering (@bnema)

Other changes

  • dafa502: Merge pull request #152 from bnema/feat/responsive-subagent-layout (@bnema)
  • 7021aa7: Merge pull request #153 from bnema/feat/session-search-loading-feedback (@bnema)
  • edaaa7c: Merge pull request #154 from bnema/fix/session-jsonl-concurrent-write (@bnema)