@firstpick/pi-extension-stats 0.1.3 → 0.1.4
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 +16 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,3 +31,19 @@ No required configuration.
|
|
|
31
31
|
## Tools
|
|
32
32
|
|
|
33
33
|
None.
|
|
34
|
+
|
|
35
|
+
## Example view
|
|
36
|
+
|
|
37
|
+
```text
|
|
38
|
+
/stats 7
|
|
39
|
+
Token usage — last 7 days
|
|
40
|
+
|
|
41
|
+
May 06 in 18k out 4k $0.11 ████
|
|
42
|
+
May 07 in 42k out 9k $0.29 █████████
|
|
43
|
+
May 08 in 12k out 2k $0.06 ██
|
|
44
|
+
|
|
45
|
+
Total: 72k input, 15k output, $0.46
|
|
46
|
+
Cache hit rate: 38%
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
Use it to understand which days, sessions, and models are driving token volume and cost.
|