v0.18.0
zut v0.18.0
Install with:
curl -fsSL https://raw.githubusercontent.com/bnema/zut/main/install.sh | bashOr 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
- 2766cd4: Merge pull request #130 from bnema/fix/goal-continuation-loop (@bnema)
- d275f18: Merge pull request #133 from bnema/fix/issue-132-required-completion-delivery (@bnema)
- 0ee5de5: Merge pull request #134 from bnema/fix/resident-journal-concurrency (@bnema)
- f294dc4: Merge pull request #135 from bnema/feat/floating-pane (@bnema)
- 86b2df8: Merge pull request #136 from bnema/fix/agent-start-mission (@bnema)