@vtstech/pi-status 1.1.0 → 1.1.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 +6 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,16 +14,18 @@ pi install "npm:@vtstech/pi-status"
14
14
 
15
15
  Automatically loaded — no commands needed. Displays a 2-line status bar at the bottom of the Pi interface.
16
16
 
17
- **Line 1:**
17
+ **Line 1 (conf):**
18
18
  ```
19
- ~/.pi/agent · main · qwen3:0.6b · medium · 5.6%/128k · CPU 9% · RAM 2.2G/15.1G · Resp 5m24s · temp:0.0
19
+ qwen3.5:0.8b · ~/.pi/agent · medium · CPU 9%
20
20
  ```
21
21
 
22
- **Line 2:**
22
+ **Line 2 (load):**
23
23
  ```
24
- bash (12s)
24
+ qwen3.5:0.8b · M:33k · S:9.0%/128k · RAM 2.2G/15.1G · Resp 5m24s · temp:0.0 · max:16384
25
25
  ```
26
26
 
27
+ CPU/RAM/Swap are only shown when using a local Ollama provider (not for cloud/remote).
28
+
27
29
  ## What's Displayed
28
30
 
29
31
  - **Working directory** — compact `~`-relative path
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vtstech/pi-status",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "System monitor / status bar extension for Pi Coding Agent",
5
5
  "main": "status.js",
6
6
  "keywords": ["pi-extensions"],
@@ -14,7 +14,7 @@
14
14
  "url": "https://github.com/VTSTech/pi-coding-agent"
15
15
  },
16
16
  "dependencies": {
17
- "@vtstech/pi-shared": "1.1.0"
17
+ "@vtstech/pi-shared": "1.1.2"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@mariozechner/pi-coding-agent": ">=0.66"