steven-rothwell-pi-notifier

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

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 Dark Agent Finished Dark Provider Error Dark Tool Error
Light Light Agent Finished Light Provider Error Light Tool Error

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