vibe-coding-tracker 2.0.0__tar.gz → 2.1.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: 2.0.0
3
+ Version: 2.1.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, scrollable model list (arrow keys), and compact K/M/B number formatting
70
+ - **Interactive Dashboard**: Auto-refreshing terminal UI with live updates, scrollable model list (arrow keys), a live per-process CPU/memory readout, 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
@@ -256,7 +256,7 @@ vct usage --table --merge-providers
256
256
  │ Gemini 207K $0.40 │
257
257
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
258
258
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
259
- │ Total Cost: $79.33 | Total Tokens: 49.3M | Models: 3 | Memory: 42.8 MB
259
+ │ Total Cost: $79.33 | Total Tokens: 49.3M | Models: 3 | Memory: 42.8 MB | CPU: 17.9%
260
260
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
261
261
  ↑/↓ scroll m merge r refresh q quit | Star on GitHub
262
262
  ```
@@ -414,7 +414,7 @@ vct analysis --json --daily > today.json
414
414
  │ Gemini 0 0 0 0 0 0 0 0 1 │
415
415
  └─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
416
416
  ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
417
- │ Total Lines: 16.1K | Total Tools: 619 | Models: 3 | Memory: 41.2 MB
417
+ │ Total Lines: 16.1K | Total Tools: 619 | Models: 3 | Memory: 41.2 MB | CPU: 17.9%
418
418
  └─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
419
419
  ↑/↓ scroll r refresh q quit | Star on GitHub
420
420
  ```
@@ -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, scrollable model list (arrow keys), and compact K/M/B number formatting
44
+ - **Interactive Dashboard**: Auto-refreshing terminal UI with live updates, scrollable model list (arrow keys), a live per-process CPU/memory readout, 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
@@ -230,7 +230,7 @@ vct usage --table --merge-providers
230
230
  │ Gemini 207K $0.40 │
231
231
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
232
232
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
233
- │ Total Cost: $79.33 | Total Tokens: 49.3M | Models: 3 | Memory: 42.8 MB
233
+ │ Total Cost: $79.33 | Total Tokens: 49.3M | Models: 3 | Memory: 42.8 MB | CPU: 17.9%
234
234
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
235
235
  ↑/↓ scroll m merge r refresh q quit | Star on GitHub
236
236
  ```
@@ -388,7 +388,7 @@ vct analysis --json --daily > today.json
388
388
  │ Gemini 0 0 0 0 0 0 0 0 1 │
389
389
  └─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
390
390
  ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
391
- │ Total Lines: 16.1K | Total Tools: 619 | Models: 3 | Memory: 41.2 MB
391
+ │ Total Lines: 16.1K | Total Tools: 619 | Models: 3 | Memory: 41.2 MB | CPU: 17.9%
392
392
  └─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
393
393
  ↑/↓ scroll r refresh q quit | Star on GitHub
394
394
  ```
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "vibe_coding_tracker"
3
- version = "2.0.0"
3
+ version = "2.1.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" }