@marshal/pi-turn-stats 0.1.4 → 0.1.6

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
@@ -10,12 +10,18 @@ A pi extension that automatically tracks per-exchange duration, token usage (inp
10
10
 
11
11
  ## Demo
12
12
 
13
- ![Turn Stats Demo](turn-stats.gif)
13
+ ![Turn Stats Demo](https://github.com/MarshalW/pi-turn-stats/raw/main/turn-stats.gif)
14
14
 
15
- ## Screenshot
15
+ ## Screenshots
16
+
17
+ **Chinese (default)**
16
18
 
17
19
  ![Turn Stats](https://github.com/MarshalW/pi-turn-stats/raw/v0.1.2/turn-stats.jpg)
18
20
 
21
+ **English (auto-detected from `LANG=en`)**
22
+
23
+ ![Turn Stats EN](https://github.com/MarshalW/pi-turn-stats/raw/main/turn-stats_en.png)
24
+
19
25
  ## Installation
20
26
 
21
27
  **Recommended**: Install via npm for stable access and install statistics.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marshal/pi-turn-stats",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "pi extension: per-exchange duration, token & cost stats for conversations (stream card + status bar + /turnstats command)",
5
5
  "keywords": [
6
6
  "pi-package"
@@ -11,7 +11,8 @@
11
11
  "extensions",
12
12
  "README.md",
13
13
  "turn-stats.jpg",
14
- "turn-stats.gif"
14
+ "turn-stats.gif",
15
+ "turn-stats_en.png"
15
16
  ],
16
17
  "pi": {
17
18
  "extensions": [
Binary file