# @zerodawn/pi-notify

Pi extension that sends a notification when the agent finishes and is ready for
input.

## Install

```bash
pi install npm:@zerodawn/pi-notify
```

Local development:

```bash
pi -e ./packages/notify
```

## Behavior

The extension listens for Pi's `agent_end` event and sends a best-effort terminal
or desktop notification:

- Windows Terminal / WSL: Windows toast
- Kitty: OSC 99
- Ghostty, iTerm2, WezTerm, rxvt-unicode: OSC 777

Default message:

```text
Pi
Ready for input
```
