@aliou/pi-processes 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  Manage background processes from Pi. Start long-running commands (dev servers, build watchers, log tailers) without blocking the conversation.
4
4
 
5
+ ## Demo
6
+
7
+ <video src="https://assets.aliou.me/pi-extensions/2026-01-26-processes-demo.mp4" controls playsinline muted></video>
8
+
5
9
  ## Installation
6
10
 
7
11
  Install via npm:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aliou/pi-processes",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "keywords": [
@@ -32,8 +32,8 @@
32
32
  "@sinclair/typebox": "^0.34.41"
33
33
  },
34
34
  "peerDependencies": {
35
- "@mariozechner/pi-ai": ">=0.49.0",
36
- "@mariozechner/pi-coding-agent": ">=0.49.0",
37
- "@mariozechner/pi-tui": ">=0.49.0"
35
+ "@mariozechner/pi-ai": "0.50.0",
36
+ "@mariozechner/pi-coding-agent": "0.50.0",
37
+ "@mariozechner/pi-tui": "0.50.0"
38
38
  }
39
39
  }