pi-warp 1.0.0 → 1.0.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 (1) hide show
  1. package/package.json +9 -6
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "pi-warp",
3
- "version": "1.0.0",
4
- "description": "Pi <> Warp terminal. Get notified when your agent is done working.",
3
+ "version": "1.0.1",
4
+ "description": "Pi <> Warp. Multi-task to your heart's content and get notified the moment your agent finishes.",
5
5
  "license": "MIT",
6
6
  "author": "yianL",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/TeahouseHQ/pi-warp.git"
9
+ "url": "git+https://github.com/TeahouseHQ/pi-warp.git"
10
10
  },
11
11
  "bugs": {
12
12
  "url": "https://github.com/TeahouseHQ/pi-warp/issues"
@@ -14,6 +14,7 @@
14
14
  "homepage": "https://github.com/TeahouseHQ/pi-warp#readme",
15
15
  "keywords": [
16
16
  "pi-package",
17
+ "pi-extension",
17
18
  "pi",
18
19
  "warp",
19
20
  "terminal",
@@ -46,8 +47,10 @@
46
47
  "vitest": "^4.1.6"
47
48
  },
48
49
  "pi": {
49
- "extensions": ["./index.ts"],
50
- "image": "https://raw.githubusercontent.com/TeahouseHQ/pi-warp/refs/heads/main/static/demo.gif",
51
- "video": "https://raw.githubusercontent.com/TeahouseHQ/pi-warp/refs/heads/main/static/piwarp.mp4"
50
+ "extensions": [
51
+ "./index.ts"
52
+ ],
53
+ "image": "https://raw.githubusercontent.com/TeahouseHQ/pi-warp/refs/heads/main/static/demo-thumbnail.gif",
54
+ "video": "https://raw.githubusercontent.com/TeahouseHQ/pi-warp/refs/heads/main/static/demo-thumbnail.mp4"
52
55
  }
53
56
  }