Willem van den Ende 45a13fd08c feat(pi-notifications): add PI_NOTIFICATION_DEBUG mode with visible steer signal
- Add PI_NOTIFICATION_DEBUG=true env var
- When enabled, calls ctx.ui.steer() instead of desktop notification
- Lets you verify trigger logic in the agent loop without actual notifications
- Synced to both monorepo and auto-discovery extension paths
2026-04-28 12:09:06 +01:00

18 lines
353 B
JSON

{
"name": "pi-notifications",
"version": "0.1.0",
"description": "Desktop notifications for pi agent events",
"type": "module",
"exports": {
".": "./src/index.ts"
},
"keywords": ["pi-package"],
"pi": {
"extensions": ["src/index.ts"]
},
"peerDependencies": {
"@mariozechner/pi-coding-agent": "*"
},
"license": "MIT"
}