vibe-coding-tracker 0.14.0__tar.gz → 0.16.0__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: vibe-coding-tracker
3
- Version: 0.14.0
3
+ Version: 0.16.0
4
4
  Summary: Vibe Coding Tracker - AI coding assistant telemetry/usage parser, aggregate JSONL events into CodeAnalysis results
5
5
  Keywords: cli,ai,coding-assistant,telemetry,claude,codex,gemini,usage-tracker,analytics
6
6
  Author: Wei Lee
@@ -67,7 +67,7 @@ Built with Rust for minimal resource footprint. The interactive TUI dashboard ty
67
67
 
68
68
  Choose your preferred view:
69
69
 
70
- - **Interactive Dashboard**: Auto-refreshing terminal UI with live updates
70
+ - **Interactive Dashboard**: Auto-refreshing terminal UI with live updates, scrollable model list (arrow keys), and compact K/M/B number formatting
71
71
  - **Static Reports**: Professional tables for documentation
72
72
  - **Script-Friendly**: Plain text and JSON for automation
73
73
  - **Full Precision**: Export exact costs for accounting
@@ -222,33 +222,28 @@ vct usage --json --daily
222
222
  ```
223
223
 
224
224
  > [!NOTE]
225
- > Model rows are sorted by cost in ascending order, so the highest-spending model sits right above the `TOTAL` row. This applies to the interactive dashboard, `--table`, and `--text` output; `--json` preserves the same order.
225
+ > Model rows are sorted by cost in ascending order, so the highest-spending model is listed last (right above the `TOTAL` row in `--table`). This applies to the interactive dashboard, `--table`, and `--text` output; `--json` preserves the same order. The interactive dashboard also hides models with zero usage in the selected range.
226
226
 
227
227
  ### Preview: Interactive Dashboard (`vct usage`)
228
228
 
229
229
  ```
230
230
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
231
- Token Usage Statistics
232
- └─────────────────────────────────────────────────────────────────────────────────────────────┘
233
- ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
234
- │ Model Input Output Cache Read Cache Create Total Cost │
231
+ Model Input Output Cache Read Cache Write Total Cost (USD)
235
232
  │ │
236
- │ gemini-3.1-pro-preview 129,115 10,339 67,385 0 $0.40
237
- │ claude-haiku-4-5-20251001 5,567 19,769 4,627,938 619,816 $1.34
238
- │ claude-opus-4-6 25,651 179,066 40,830,154 2,572,258 $77.59
239
- │ TOTAL 160,333 209,174 45,525,477 3,192,074 $79.33 │
233
+ │ gemini-3.1-pro-preview 129K 10.3K 67.4K 0 207K $0.40
234
+ │ claude-haiku-4-5-20251001 5.57K 19.8K 4.63M 620K 5.27M $1.34
235
+ │ claude-opus-4-6 25.7K 179K 40.8M 2.57M 43.6M $77.59
240
236
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
241
237
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
242
- │ Provider Tokens Cost Active Days
238
+ │ Provider Tokens Cost Active Days
243
239
  │ │
244
- │ Claude Code 48,880,218 $78.93 3
245
- │ Gemini 206,839 $0.40 1
246
- │ All Providers 49,087,057 $79.33 3 │
240
+ │ Claude Code 48.9M $78.93 3
241
+ │ Gemini 207K $0.40 1
247
242
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
248
243
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
249
- Total Cost: $79.33 | Total Tokens: 49,087,058 | Models: 3 | Memory: 42.8 MB
244
+ Total Cost: $79.33 | Total Tokens: 49.3M | Models: 3 | Memory: 42.8 MB
250
245
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
251
- Press 'q', 'Esc', 'Ctrl+C' to quit | Press 'r' to refresh
246
+ ↑/↓ scroll PgUp/PgDn page g/G top/end r refresh q quit | github.com/Mai0313/VibeCodingTracker
252
247
  ```
253
248
 
254
249
  ### What It Scans
@@ -331,27 +326,22 @@ vct analysis --output today.json --daily
331
326
 
332
327
  ```
333
328
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
334
- Analysis Statistics
335
- └─────────────────────────────────────────────────────────────────────────────────────────────┘
336
- ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
337
- │ Model Edit Lines Read Lines Write Lines Bash Edit Read Write │
329
+ Model Edit Lines Read Lines Write Lines Bash Edit Read Write
338
330
  │ │
339
- │ claude-haiku-4-5-20251001 0 0 0 43 0 59 0
340
- │ claude-opus-4-6 1,280 13,264 1,575 82 146 209 62
341
- │ gemini-3.1-pro-preview 0 0 0 0 0 0 0 │
342
- │ TOTAL 1,280 13,264 1,575 125 146 268 62 │
331
+ │ claude-haiku-4-5-20251001 0 0 0 43 0 59 0
332
+ │ claude-opus-4-6 1.28K 13.3K 1.58K 82 146 209 62
333
+ │ gemini-3.1-pro-preview 0 0 0 0 0 0 0
343
334
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
344
335
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
345
- │ Provider Edit Lines Read Lines Write Lines Bash Edit Read TodoWrite Write Days
336
+ │ Provider Edit Lines Read Lines Write Lines Bash Edit Read TodoWrite Write Days
346
337
  │ │
347
- │ Claude Code 1,280 13,264 1,575 125 146 268 18 62 3
348
- │ Gemini 0 0 0 0 0 0 0 0 1
349
- │ All Providers 1,280 13,264 1,575 125 146 268 18 62 3 │
338
+ │ Claude Code 1.28K 13.3K 1.58K 125 146 268 18 62 3
339
+ │ Gemini 0 0 0 0 0 0 0 0 1
350
340
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
351
341
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
352
- │ Total Lines: 16,119 | Total Tools: 619 | Models: 3 | Memory: 41.2 MB
342
+ │ Total Lines: 16.1K | Total Tools: 619 | Models: 3 | Memory: 41.2 MB
353
343
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
354
- Press 'q', 'Esc', 'Ctrl+C' to quit | Press 'r' to refresh
344
+ ↑/↓ scroll PgUp/PgDn page g/G top/end r refresh q quit | github.com/Mai0313/VibeCodingTracker
355
345
  ```
356
346
 
357
347
  ---
@@ -41,7 +41,7 @@ Built with Rust for minimal resource footprint. The interactive TUI dashboard ty
41
41
 
42
42
  Choose your preferred view:
43
43
 
44
- - **Interactive Dashboard**: Auto-refreshing terminal UI with live updates
44
+ - **Interactive Dashboard**: Auto-refreshing terminal UI with live updates, scrollable model list (arrow keys), and compact K/M/B number formatting
45
45
  - **Static Reports**: Professional tables for documentation
46
46
  - **Script-Friendly**: Plain text and JSON for automation
47
47
  - **Full Precision**: Export exact costs for accounting
@@ -196,33 +196,28 @@ vct usage --json --daily
196
196
  ```
197
197
 
198
198
  > [!NOTE]
199
- > Model rows are sorted by cost in ascending order, so the highest-spending model sits right above the `TOTAL` row. This applies to the interactive dashboard, `--table`, and `--text` output; `--json` preserves the same order.
199
+ > Model rows are sorted by cost in ascending order, so the highest-spending model is listed last (right above the `TOTAL` row in `--table`). This applies to the interactive dashboard, `--table`, and `--text` output; `--json` preserves the same order. The interactive dashboard also hides models with zero usage in the selected range.
200
200
 
201
201
  ### Preview: Interactive Dashboard (`vct usage`)
202
202
 
203
203
  ```
204
204
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
205
- Token Usage Statistics
206
- └─────────────────────────────────────────────────────────────────────────────────────────────┘
207
- ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
208
- │ Model Input Output Cache Read Cache Create Total Cost │
205
+ Model Input Output Cache Read Cache Write Total Cost (USD)
209
206
  │ │
210
- │ gemini-3.1-pro-preview 129,115 10,339 67,385 0 $0.40
211
- │ claude-haiku-4-5-20251001 5,567 19,769 4,627,938 619,816 $1.34
212
- │ claude-opus-4-6 25,651 179,066 40,830,154 2,572,258 $77.59
213
- │ TOTAL 160,333 209,174 45,525,477 3,192,074 $79.33 │
207
+ │ gemini-3.1-pro-preview 129K 10.3K 67.4K 0 207K $0.40
208
+ │ claude-haiku-4-5-20251001 5.57K 19.8K 4.63M 620K 5.27M $1.34
209
+ │ claude-opus-4-6 25.7K 179K 40.8M 2.57M 43.6M $77.59
214
210
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
215
211
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
216
- │ Provider Tokens Cost Active Days
212
+ │ Provider Tokens Cost Active Days
217
213
  │ │
218
- │ Claude Code 48,880,218 $78.93 3
219
- │ Gemini 206,839 $0.40 1
220
- │ All Providers 49,087,057 $79.33 3 │
214
+ │ Claude Code 48.9M $78.93 3
215
+ │ Gemini 207K $0.40 1
221
216
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
222
217
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
223
- Total Cost: $79.33 | Total Tokens: 49,087,058 | Models: 3 | Memory: 42.8 MB
218
+ Total Cost: $79.33 | Total Tokens: 49.3M | Models: 3 | Memory: 42.8 MB
224
219
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
225
- Press 'q', 'Esc', 'Ctrl+C' to quit | Press 'r' to refresh
220
+ ↑/↓ scroll PgUp/PgDn page g/G top/end r refresh q quit | github.com/Mai0313/VibeCodingTracker
226
221
  ```
227
222
 
228
223
  ### What It Scans
@@ -305,27 +300,22 @@ vct analysis --output today.json --daily
305
300
 
306
301
  ```
307
302
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
308
- Analysis Statistics
309
- └─────────────────────────────────────────────────────────────────────────────────────────────┘
310
- ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
311
- │ Model Edit Lines Read Lines Write Lines Bash Edit Read Write │
303
+ Model Edit Lines Read Lines Write Lines Bash Edit Read Write
312
304
  │ │
313
- │ claude-haiku-4-5-20251001 0 0 0 43 0 59 0
314
- │ claude-opus-4-6 1,280 13,264 1,575 82 146 209 62
315
- │ gemini-3.1-pro-preview 0 0 0 0 0 0 0 │
316
- │ TOTAL 1,280 13,264 1,575 125 146 268 62 │
305
+ │ claude-haiku-4-5-20251001 0 0 0 43 0 59 0
306
+ │ claude-opus-4-6 1.28K 13.3K 1.58K 82 146 209 62
307
+ │ gemini-3.1-pro-preview 0 0 0 0 0 0 0
317
308
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
318
309
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
319
- │ Provider Edit Lines Read Lines Write Lines Bash Edit Read TodoWrite Write Days
310
+ │ Provider Edit Lines Read Lines Write Lines Bash Edit Read TodoWrite Write Days
320
311
  │ │
321
- │ Claude Code 1,280 13,264 1,575 125 146 268 18 62 3
322
- │ Gemini 0 0 0 0 0 0 0 0 1
323
- │ All Providers 1,280 13,264 1,575 125 146 268 18 62 3 │
312
+ │ Claude Code 1.28K 13.3K 1.58K 125 146 268 18 62 3
313
+ │ Gemini 0 0 0 0 0 0 0 0 1
324
314
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
325
315
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
326
- │ Total Lines: 16,119 | Total Tools: 619 | Models: 3 | Memory: 41.2 MB
316
+ │ Total Lines: 16.1K | Total Tools: 619 | Models: 3 | Memory: 41.2 MB
327
317
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
328
- Press 'q', 'Esc', 'Ctrl+C' to quit | Press 'r' to refresh
318
+ ↑/↓ scroll PgUp/PgDn page g/G top/end r refresh q quit | github.com/Mai0313/VibeCodingTracker
329
319
  ```
330
320
 
331
321
  ---
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "vibe_coding_tracker"
3
- version = "0.14.0"
3
+ version = "0.16.0"
4
4
  description = "Vibe Coding Tracker - AI coding assistant telemetry/usage parser, aggregate JSONL events into CodeAnalysis results"
5
5
  authors = [
6
6
  { name = "Wei Lee", email = "mai@mai0313.com" }