@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 +8 -2
- package/package.json +3 -2
- package/turn-stats_en.png +0 -0
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
|
-

|
|
13
|
+

|
|
14
14
|
|
|
15
|
-
##
|
|
15
|
+
## Screenshots
|
|
16
|
+
|
|
17
|
+
**Chinese (default)**
|
|
16
18
|
|
|
17
19
|

|
|
18
20
|
|
|
21
|
+
**English (auto-detected from `LANG=en`)**
|
|
22
|
+
|
|
23
|
+

|
|
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.
|
|
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
|