vibestats 1.3.10 → 1.3.12

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 (3) hide show
  1. package/README.md +2 -0
  2. package/dist/index.js +1882 -563
  3. package/package.json +8 -7
package/README.md CHANGED
@@ -18,6 +18,7 @@ vibestats # Daily usage table
18
18
  vibestats --monthly # Monthly aggregation
19
19
  vibestats --model # Aggregate by model
20
20
  vibestats --total # Show only totals
21
+ vibestats --claude # Claude family stats only
21
22
  vibestats --kimi # Kimi family stats only
22
23
  vibestats --minimax # MiniMax family stats only
23
24
 
@@ -39,6 +40,7 @@ vibestats --claude-limits
39
40
  | `--model` | Aggregate by model |
40
41
  | `--sessions` | Aggregate by session |
41
42
  | `--total` | Show only totals |
43
+ | `--claude` | Show only Claude family stats |
42
44
  | `--kimi` | Show only Kimi family stats |
43
45
  | `--minimax` | Show only MiniMax family stats |
44
46
  | `--since YYYY-MM-DD` | Filter from date |