Skip to content

v0.14.0

Choose a tag to compare

@apiad apiad released this 18 Mar 11:53
· 216 commits to main since this release

[0.14.0] - 2026-03-18

Added

  • Notification Hook: Implemented a new AfterAgent hook (notify.py) that sends a desktop notification using notify-send and plays a system "ping" sound (via paplay) when the agent completes its turn.
  • Hook Robustness: Improved project name detection in notifications by correctly identifying the git repository root.

Changed

  • Hook Sequencing: Refined the AfterAgent hook block to be sequential, ensuring notifications only trigger if preceding validation hooks (like make or journal) return an allow decision.