You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.