Skip to content

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 05:10
· 88 commits to main since this release
f294dc4

zut v0.18.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

Fixed

  • a1cd53c: fix(goals): let main agent start missions (@bnema)
  • d395d30: fix(goals): preserve continuation handoff state (@bnema)
  • e05ba05: fix(goals): prevent unbounded continuations (@bnema)
  • 1555b7c: fix(modes): remove ineffective input assignment (@bnema)
  • 960446d: fix(subagents): lease resident journals across hosts (@bnema)
  • 31b43ea: fix(subagents): preserve completion delivery waves (@bnema)
  • 642e3ef: fix(subagents): report queued persistence failures (@bnema)
  • b3989ce: fix(tui): preserve floating dialog layout (@bnema)
  • a8648e7: fix(tui): refine floating pane interactions (@bnema)

Tests

Other changes