Back to plugins
notify-hooks
Desktop sound notifications when ECA finishes responding or needs tool call approval
Notify Hooks
Desktop sound notifications for ECA events — never miss when ECA finishes or needs your approval.
What it provides
Two hooks that play system sounds:
notify-finished— Plays a completion sound when ECA finishes responding (postRequest).notify-approval— Plays a notification sound when ECA needs tool call approval (preToolCall).
Platform support
- Linux — Uses
canberra-gtk-play(install vialibcanberra-gtk3package) - macOS — Falls back to
afplaywith built-in system sounds
Requirements
- Linux:
sudo apt install libcanberra-gtk3-module(Debian/Ubuntu) or equivalent - macOS: No additional setup needed
jqmust be installed for the approval notification filter
Credits: Based on the config shared by @ericdallo.