pi-notify 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A [Pi](https://github.com/badlogic/pi-mono) extension that sends a native desktop notification when the agent finishes and is waiting for input.
4
4
 
5
+ ![pi-notify demo](demo.gif)
6
+
5
7
  ## Compatibility
6
8
 
7
9
  | Terminal | Support | Protocol |
package/demo.gif ADDED
Binary file
package/demo.mp4 ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-notify",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Desktop notifications for Pi agent via OSC 777/99 and Windows toast",
5
5
  "keywords": ["pi-package", "pi", "pi-coding-agent", "notifications", "osc"],
6
6
  "author": "ferologics",