@jc4649/notify
pi coding-agent extension: native terminal notifications (OSC 777/99 + Windows Toast) when the agent asks a question or finishes a turn
Package details
Install @jc4649/notify from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@jc4649/notify- Package
@jc4649/notify- Version
0.1.0- Published
- Jun 26, 2026
- Downloads
- 124/mo · 9/wk
- Author
- jimmyc4649
- License
- MIT
- Types
- extension
- Size
- 5.3 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@jc4649/notify
Native terminal notifications for the pi coding agent.
Sends a system notification when the agent asks you a question or finishes a turn and is ready for input — so you can step away and get pinged when pi needs you.
Protocols
- OSC 777 — Ghostty, iTerm2, WezTerm, rxvt-unicode
- OSC 99 — Kitty
- Windows Toast — Windows Terminal / WSL
The right protocol is picked from your terminal automatically.
Install
pi install @jc4649/notify
Part of the pich harness.
License
MIT © 2026 jc4649