@arvoretech/pi-turn-notification
v1.1.0
Published
PI extension that sends a native desktop notification at the end of each agent turn (macOS and Linux)
Readme
@arvoretech/pi-turn-notification
Pi extension that sends a native desktop notification at the end of each agent turn.
Works on macOS and Linux:
- macOS: uses
osascriptto trigger native notifications with the "Glass" sound. - Linux: uses
notify-send(libnotify) for the notification, and plays a sound viacanberra-gtk-playorpaplaywhen available.
On Linux, make sure libnotify is installed (notify-send binary). The sound is best-effort and silently skipped if no player is available.
Install
pnpm add @arvoretech/pi-turn-notificationUsage
Add to your .pi/config.json:
{
"extensions": ["@arvoretech/pi-turn-notification"]
}