pi-idle 1.0.1 → 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.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -18,8 +18,16 @@ A [pi](https://github.com/earendil-works/pi-coding-agent) extension that puts a
18
18
 
19
19
  ## Install
20
20
 
21
+ From npm:
22
+
23
+ ```sh
24
+ pi install npm:pi-idle
25
+ ```
26
+
27
+ From GitHub:
28
+
21
29
  ```sh
22
- pi install pi-idle
30
+ pi install git:github.com/ZoRDoK/pi-idle
23
31
  ```
24
32
 
25
33
  ## Test
package/package.json CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "name": "pi-idle",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Pi extension: shows ✓ in terminal title when idle, spinner (◰◳◲◱) while working, with context-usage percentage beside the checkmark",
5
5
  "keywords": ["idle", "done", "spinner", "pi-extension", "pi", "pi-package"],
6
6
  "type": "module",
7
7
  "license": "MIT",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/ZoRDoK/pi-idle.git"
11
+ },
8
12
  "scripts": {
9
13
  "test": "vitest run",
10
14
  "test:watch": "vitest"