Skip to content

v0.25.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 05:15
· 5 commits to main since this release
c3476a8

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

  • 760f0c5: feat(subagents): adopt proactive delegation policy (@bnema)

Fixed

  • 6f4c43c: fix(subagents): isolate resident worker prompts (@bnema)
  • 8a835a8: fix(subagents): preserve worker implementation role (@bnema)

Documentation

Tests

  • bb1a57d: test(agent): stabilize cross-platform CI (@bnema)
  • fe0a818: test(agent): strengthen watcher and profile assertions (@bnema)
  • 8258794: test(subagents): cover mode-specific fallbacks (@bnema)

Other changes

  • c3476a8: Merge pull request #157 from bnema/feat/proactive-subagent-delegation (@bnema)