原始内容
pi-utilities
A collection of extensions, skills, and tools for Pi.
Packages
@steven-rothwell/pi-notifier
Windows desktop notifications for Pi. Get notified when the agent finishes, when API errors occur, or when tools fail.
- Agent finished alerts
- Provider error notifications (HTTP 4xx/5xx)
- Tool execution failure alerts
- Configurable sounds and themes
- Smart focus detection (suppresses when Pi is focused)
Screenshots:
| Agent Finished | Provider Error | Tool Error | |
|---|---|---|---|
| Dark | ![]() |
![]() |
![]() |
| Light | ![]() |
![]() |
![]() |
Install:
pi install npm:@steven-rothwell/pi-notifier
Configure:
/notifier
Structure
pi-utilities/
├── extensions/ # Pi packages (npm-ready)
│ └── pi-notifier/ # Windows desktop notifications
│ ├── package.json
│ ├── README.md
│ └── notifier.ts
└── README.md
License
MIT





