- 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
18 lines
353 B
JSON
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"
|
|
}
|