@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.
Files changed (2) hide show
  1. package/README.md +8 -3
  2. 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 <days>` — show last N days.
29
- - `/stats all` — show all available days.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firstpick/pi-extension-stats",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Token and cost usage analytics command for Pi session history.",
5
5
  "license": "MIT",
6
6
  "keywords": [