@firstpick/pi-extension-stats 0.1.6 → 0.1.7
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 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,9 +24,14 @@ No required configuration.
|
|
|
24
24
|
|
|
25
25
|
## Commands
|
|
26
26
|
|
|
27
|
-
- `/stats` — show last 14 days.
|
|
28
|
-
- `/stats
|
|
29
|
-
- `/stats
|
|
27
|
+
- `/stats [days|all]` — show token usage dashboard (default: last 14 days).
|
|
28
|
+
- `/stats tokens` — show current context token breakdown by source/type.
|
|
29
|
+
- `/stats-pi` — show prompt-injection token breakdown.
|
|
30
|
+
- `/stats-last [days|all]` — show non-zero daily usage graph.
|
|
31
|
+
- `/stats-most-expense [days|all]` — show most expensive sessions.
|
|
32
|
+
- `/stats-model-compare [days|all]` — show model token/cost comparison.
|
|
33
|
+
- `/stats-cost-trend [days|all]` — show cost trend and projections.
|
|
34
|
+
- `/stats-cache [days|all]` — show cache efficiency and token mix.
|
|
30
35
|
|
|
31
36
|
## Tools
|
|
32
37
|
|