vibe-coding-tracker 0.9.0__tar.gz → 0.9.2__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.
- {vibe_coding_tracker-0.9.0 → vibe_coding_tracker-0.9.2}/PKG-INFO +50 -50
- {vibe_coding_tracker-0.9.0 → vibe_coding_tracker-0.9.2}/README.md +49 -49
- {vibe_coding_tracker-0.9.0 → vibe_coding_tracker-0.9.2}/pyproject.toml +1 -1
- {vibe_coding_tracker-0.9.0 → vibe_coding_tracker-0.9.2}/src/vibe_coding_tracker/binaries/linux-arm64-gnu/vibe_coding_tracker +0 -0
- {vibe_coding_tracker-0.9.0 → vibe_coding_tracker-0.9.2}/src/vibe_coding_tracker/binaries/linux-x64-gnu/vibe_coding_tracker +0 -0
- {vibe_coding_tracker-0.9.0 → vibe_coding_tracker-0.9.2}/src/vibe_coding_tracker/binaries/macos-arm64/vibe_coding_tracker +0 -0
- {vibe_coding_tracker-0.9.0 → vibe_coding_tracker-0.9.2}/src/vibe_coding_tracker/binaries/macos-x64/vibe_coding_tracker +0 -0
- {vibe_coding_tracker-0.9.0 → vibe_coding_tracker-0.9.2}/src/vibe_coding_tracker/binaries/windows-arm64/vibe_coding_tracker.exe +0 -0
- {vibe_coding_tracker-0.9.0 → vibe_coding_tracker-0.9.2}/src/vibe_coding_tracker/binaries/windows-x64/vibe_coding_tracker.exe +0 -0
- {vibe_coding_tracker-0.9.0 → vibe_coding_tracker-0.9.2}/src/vibe_coding_tracker/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: vibe-coding-tracker
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.2
|
|
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
|
|
@@ -51,17 +51,17 @@ Description-Content-Type: text/markdown
|
|
|
51
51
|
|
|
52
52
|
---
|
|
53
53
|
|
|
54
|
-
##
|
|
54
|
+
## Why Vibe Coding Tracker?
|
|
55
55
|
|
|
56
|
-
###
|
|
56
|
+
### Know Your Costs
|
|
57
57
|
|
|
58
58
|
Stop wondering how much your AI coding sessions cost. Get **real-time cost tracking** with automatic pricing updates from [LiteLLM](https://github.com/BerriAI/litellm).
|
|
59
59
|
|
|
60
|
-
###
|
|
60
|
+
### Ultra-Lightweight
|
|
61
61
|
|
|
62
62
|
Built with Rust for minimal resource footprint. The interactive TUI dashboard typically sits at **under ~50 MB of resident memory** once the first refresh is done, even with hundreds of long-context sessions on disk — no Electron, no bloated runtimes. The usage path parses each session file in a lean usage-only mode and bypasses the cache, and we tune glibc's arena count at startup to keep long-running RSS honest.
|
|
63
63
|
|
|
64
|
-
###
|
|
64
|
+
### Beautiful Visualizations
|
|
65
65
|
|
|
66
66
|
Choose your preferred view:
|
|
67
67
|
|
|
@@ -70,41 +70,41 @@ Choose your preferred view:
|
|
|
70
70
|
- **Script-Friendly**: Plain text and JSON for automation
|
|
71
71
|
- **Full Precision**: Export exact costs for accounting
|
|
72
72
|
|
|
73
|
-
###
|
|
73
|
+
### Zero Configuration
|
|
74
74
|
|
|
75
75
|
Automatically detects and processes logs from Claude Code, Codex, Copilot, and Gemini. No setup required — just run and analyze.
|
|
76
76
|
|
|
77
|
-
###
|
|
77
|
+
### Rich Insights
|
|
78
78
|
|
|
79
79
|
- Token usage by model and date
|
|
80
80
|
- Cost breakdown by cache types (read / create)
|
|
81
81
|
- File operations tracking (edit, read, write lines)
|
|
82
82
|
- Tool call history (Bash, Edit, Read, Write, TodoWrite)
|
|
83
|
-
- Per-provider
|
|
83
|
+
- Per-provider totals
|
|
84
84
|
|
|
85
85
|
---
|
|
86
86
|
|
|
87
|
-
##
|
|
87
|
+
## Key Features
|
|
88
88
|
|
|
89
|
-
| Feature
|
|
90
|
-
|
|
|
91
|
-
|
|
|
92
|
-
|
|
|
93
|
-
|
|
|
94
|
-
|
|
|
95
|
-
|
|
|
96
|
-
|
|
|
97
|
-
|
|
|
89
|
+
| Feature | Description |
|
|
90
|
+
| --------------------- | -------------------------------------------------------------------- |
|
|
91
|
+
| **Multi-Provider** | Claude Code, Codex, Copilot, and Gemini — all in one place |
|
|
92
|
+
| **Smart Pricing** | Fuzzy model matching + daily cache from LiteLLM |
|
|
93
|
+
| **4 Display Modes** | Interactive TUI, static table, plain text, and JSON |
|
|
94
|
+
| **Dual Analysis** | Token/cost stats (`usage`) + code operation stats (`analysis`) |
|
|
95
|
+
| **Ultra-Lightweight** | Under ~50 MB RSS in the TUI, streaming JSONL parse — built with Rust |
|
|
96
|
+
| **Live Updates** | Real-time dashboard refreshes every second |
|
|
97
|
+
| **Efficient Caching** | Smart daily cache reduces API calls |
|
|
98
98
|
|
|
99
99
|
---
|
|
100
100
|
|
|
101
|
-
##
|
|
101
|
+
## Quick Start
|
|
102
102
|
|
|
103
103
|
### Installation
|
|
104
104
|
|
|
105
105
|
Choose the installation method that works best for you:
|
|
106
106
|
|
|
107
|
-
>
|
|
107
|
+
> **Developers**: If you want to build from source or contribute to development, please see [CONTRIBUTING.md](CONTRIBUTING.md).
|
|
108
108
|
|
|
109
109
|
#### Method 1: Install from npm
|
|
110
110
|
|
|
@@ -156,9 +156,9 @@ vct analysis
|
|
|
156
156
|
|
|
157
157
|
---
|
|
158
158
|
|
|
159
|
-
##
|
|
159
|
+
## Command Guide
|
|
160
160
|
|
|
161
|
-
###
|
|
161
|
+
### Quick Reference
|
|
162
162
|
|
|
163
163
|
```
|
|
164
164
|
vct <COMMAND> [OPTIONS]
|
|
@@ -183,7 +183,7 @@ Time range flags (shared by `usage` and `analysis`, mutually exclusive, default
|
|
|
183
183
|
|
|
184
184
|
---
|
|
185
185
|
|
|
186
|
-
##
|
|
186
|
+
## Usage Command
|
|
187
187
|
|
|
188
188
|
**Track your spending across all AI coding sessions.**
|
|
189
189
|
|
|
@@ -225,7 +225,7 @@ vct usage --json --daily
|
|
|
225
225
|
|
|
226
226
|
```
|
|
227
227
|
┌─────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
228
|
-
│
|
|
228
|
+
│ Token Usage Statistics │
|
|
229
229
|
└─────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
230
230
|
┌─────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
231
231
|
│ Model Input Output Cache Read Cache Create Total Cost │
|
|
@@ -236,14 +236,14 @@ vct usage --json --daily
|
|
|
236
236
|
│ TOTAL 160,333 209,174 45,525,477 3,192,074 $79.33 │
|
|
237
237
|
└─────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
238
238
|
┌─────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
239
|
-
│ Provider
|
|
239
|
+
│ Provider Tokens Cost Active Days │
|
|
240
240
|
│ │
|
|
241
|
-
│ 🤖 Claude Code
|
|
242
|
-
│ ✨ Gemini
|
|
243
|
-
│ ⭐ All Providers
|
|
241
|
+
│ 🤖 Claude Code 48,880,218 $78.93 3 │
|
|
242
|
+
│ ✨ Gemini 206,839 $0.40 1 │
|
|
243
|
+
│ ⭐ All Providers 49,087,057 $79.33 3 │
|
|
244
244
|
└─────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
245
245
|
┌─────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
246
|
-
│
|
|
246
|
+
│ Total Cost: $79.33 | Total Tokens: 49,087,058 | Models: 3 | Memory: 42.8 MB │
|
|
247
247
|
└─────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
248
248
|
Press 'q', 'Esc', 'Ctrl+C' to quit | Press 'r' to refresh
|
|
249
249
|
```
|
|
@@ -259,7 +259,7 @@ The tool automatically scans these directories:
|
|
|
259
259
|
|
|
260
260
|
---
|
|
261
261
|
|
|
262
|
-
##
|
|
262
|
+
## Analysis Command
|
|
263
263
|
|
|
264
264
|
**Deep dive into code operations — see exactly what your AI assistant did.**
|
|
265
265
|
|
|
@@ -269,7 +269,7 @@ The tool automatically scans these directories:
|
|
|
269
269
|
| ---------------------------------------------- | ----------------------------------------------------------- |
|
|
270
270
|
| *(none)* | Interactive TUI dashboard over all sessions |
|
|
271
271
|
| `--path <FILE>` | Analyze a single JSONL/JSON conversation file (prints JSON) |
|
|
272
|
-
| `--table` | Static table with per-provider
|
|
272
|
+
| `--table` | Static table with per-provider totals |
|
|
273
273
|
| `--text` | Plain text, script-friendly |
|
|
274
274
|
| `--json` | JSON array of aggregated rows printed to stdout |
|
|
275
275
|
| `--output <FILE>` | Save results as pretty-printed JSON |
|
|
@@ -283,7 +283,7 @@ See [`examples/`](examples/) for sample inputs and matching JSON outputs for all
|
|
|
283
283
|
# Interactive dashboard for all sessions (default)
|
|
284
284
|
vct analysis
|
|
285
285
|
|
|
286
|
-
# Static table output with
|
|
286
|
+
# Static table output with per-provider totals
|
|
287
287
|
vct analysis --table
|
|
288
288
|
|
|
289
289
|
# Plain text for scripts
|
|
@@ -309,7 +309,7 @@ vct analysis --output today.json --daily
|
|
|
309
309
|
|
|
310
310
|
```
|
|
311
311
|
┌─────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
312
|
-
│
|
|
312
|
+
│ Analysis Statistics │
|
|
313
313
|
└─────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
314
314
|
┌─────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
315
315
|
│ Model Edit Lines Read Lines Write Lines Bash Edit Read Write │
|
|
@@ -320,21 +320,21 @@ vct analysis --output today.json --daily
|
|
|
320
320
|
│ TOTAL 1,280 13,264 1,575 125 146 268 62 │
|
|
321
321
|
└─────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
322
322
|
┌─────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
323
|
-
│ Provider
|
|
323
|
+
│ Provider Edit Lines Read Lines Write Lines Bash Edit Read TodoWrite Write Days │
|
|
324
324
|
│ │
|
|
325
|
-
│ 🤖 Claude Code
|
|
326
|
-
│ ✨ Gemini 0
|
|
327
|
-
│ ⭐ All Providers
|
|
325
|
+
│ 🤖 Claude Code 1,280 13,264 1,575 125 146 268 18 62 3 │
|
|
326
|
+
│ ✨ Gemini 0 0 0 0 0 0 0 0 1 │
|
|
327
|
+
│ ⭐ All Providers 1,280 13,264 1,575 125 146 268 18 62 3 │
|
|
328
328
|
└─────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
329
329
|
┌─────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
330
|
-
│
|
|
330
|
+
│ Total Lines: 16,119 | Total Tools: 619 | Models: 3 | Memory: 41.2 MB │
|
|
331
331
|
└─────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
332
332
|
Press 'q', 'Esc', 'Ctrl+C' to quit | Press 'r' to refresh
|
|
333
333
|
```
|
|
334
334
|
|
|
335
335
|
---
|
|
336
336
|
|
|
337
|
-
##
|
|
337
|
+
## Update Command
|
|
338
338
|
|
|
339
339
|
**Keep your installation up-to-date automatically.**
|
|
340
340
|
|
|
@@ -356,14 +356,14 @@ vct update --force
|
|
|
356
356
|
### Preview (`vct update --check`)
|
|
357
357
|
|
|
358
358
|
```
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
359
|
+
Current version: v0.5.10
|
|
360
|
+
Checking for latest release...
|
|
361
|
+
Latest version: v0.5.10 — you are up to date!
|
|
362
362
|
```
|
|
363
363
|
|
|
364
364
|
---
|
|
365
365
|
|
|
366
|
-
##
|
|
366
|
+
## Version Command
|
|
367
367
|
|
|
368
368
|
Report the embedded build metadata (binary version, Rust toolchain, Cargo version):
|
|
369
369
|
|
|
@@ -377,7 +377,7 @@ The binary version is produced at build time by `build.rs` from `git describe`,
|
|
|
377
377
|
|
|
378
378
|
---
|
|
379
379
|
|
|
380
|
-
##
|
|
380
|
+
## Smart Pricing System
|
|
381
381
|
|
|
382
382
|
### How It Works
|
|
383
383
|
|
|
@@ -390,15 +390,15 @@ The binary version is produced at build time by `build.rs` from `git describe`,
|
|
|
390
390
|
|
|
391
391
|
**Priority Order**:
|
|
392
392
|
|
|
393
|
-
1.
|
|
394
|
-
2.
|
|
395
|
-
3.
|
|
396
|
-
4.
|
|
397
|
-
5.
|
|
393
|
+
1. **Exact Match**: `claude-sonnet-4` → `claude-sonnet-4`
|
|
394
|
+
2. **Normalized**: `claude-sonnet-4-20250514` → `claude-sonnet-4`
|
|
395
|
+
3. **Substring**: `custom-gpt-4` → `gpt-4`
|
|
396
|
+
4. **Fuzzy (AI-powered)**: Uses Jaro-Winkler similarity (70% threshold)
|
|
397
|
+
5. **Fallback**: Shows $0.00 if no match found
|
|
398
398
|
|
|
399
399
|
---
|
|
400
400
|
|
|
401
|
-
##
|
|
401
|
+
## Docker Support
|
|
402
402
|
|
|
403
403
|
```bash
|
|
404
404
|
# Build image
|
|
@@ -25,17 +25,17 @@
|
|
|
25
25
|
|
|
26
26
|
---
|
|
27
27
|
|
|
28
|
-
##
|
|
28
|
+
## Why Vibe Coding Tracker?
|
|
29
29
|
|
|
30
|
-
###
|
|
30
|
+
### Know Your Costs
|
|
31
31
|
|
|
32
32
|
Stop wondering how much your AI coding sessions cost. Get **real-time cost tracking** with automatic pricing updates from [LiteLLM](https://github.com/BerriAI/litellm).
|
|
33
33
|
|
|
34
|
-
###
|
|
34
|
+
### Ultra-Lightweight
|
|
35
35
|
|
|
36
36
|
Built with Rust for minimal resource footprint. The interactive TUI dashboard typically sits at **under ~50 MB of resident memory** once the first refresh is done, even with hundreds of long-context sessions on disk — no Electron, no bloated runtimes. The usage path parses each session file in a lean usage-only mode and bypasses the cache, and we tune glibc's arena count at startup to keep long-running RSS honest.
|
|
37
37
|
|
|
38
|
-
###
|
|
38
|
+
### Beautiful Visualizations
|
|
39
39
|
|
|
40
40
|
Choose your preferred view:
|
|
41
41
|
|
|
@@ -44,41 +44,41 @@ Choose your preferred view:
|
|
|
44
44
|
- **Script-Friendly**: Plain text and JSON for automation
|
|
45
45
|
- **Full Precision**: Export exact costs for accounting
|
|
46
46
|
|
|
47
|
-
###
|
|
47
|
+
### Zero Configuration
|
|
48
48
|
|
|
49
49
|
Automatically detects and processes logs from Claude Code, Codex, Copilot, and Gemini. No setup required — just run and analyze.
|
|
50
50
|
|
|
51
|
-
###
|
|
51
|
+
### Rich Insights
|
|
52
52
|
|
|
53
53
|
- Token usage by model and date
|
|
54
54
|
- Cost breakdown by cache types (read / create)
|
|
55
55
|
- File operations tracking (edit, read, write lines)
|
|
56
56
|
- Tool call history (Bash, Edit, Read, Write, TodoWrite)
|
|
57
|
-
- Per-provider
|
|
57
|
+
- Per-provider totals
|
|
58
58
|
|
|
59
59
|
---
|
|
60
60
|
|
|
61
|
-
##
|
|
61
|
+
## Key Features
|
|
62
62
|
|
|
63
|
-
| Feature
|
|
64
|
-
|
|
|
65
|
-
|
|
|
66
|
-
|
|
|
67
|
-
|
|
|
68
|
-
|
|
|
69
|
-
|
|
|
70
|
-
|
|
|
71
|
-
|
|
|
63
|
+
| Feature | Description |
|
|
64
|
+
| --------------------- | -------------------------------------------------------------------- |
|
|
65
|
+
| **Multi-Provider** | Claude Code, Codex, Copilot, and Gemini — all in one place |
|
|
66
|
+
| **Smart Pricing** | Fuzzy model matching + daily cache from LiteLLM |
|
|
67
|
+
| **4 Display Modes** | Interactive TUI, static table, plain text, and JSON |
|
|
68
|
+
| **Dual Analysis** | Token/cost stats (`usage`) + code operation stats (`analysis`) |
|
|
69
|
+
| **Ultra-Lightweight** | Under ~50 MB RSS in the TUI, streaming JSONL parse — built with Rust |
|
|
70
|
+
| **Live Updates** | Real-time dashboard refreshes every second |
|
|
71
|
+
| **Efficient Caching** | Smart daily cache reduces API calls |
|
|
72
72
|
|
|
73
73
|
---
|
|
74
74
|
|
|
75
|
-
##
|
|
75
|
+
## Quick Start
|
|
76
76
|
|
|
77
77
|
### Installation
|
|
78
78
|
|
|
79
79
|
Choose the installation method that works best for you:
|
|
80
80
|
|
|
81
|
-
>
|
|
81
|
+
> **Developers**: If you want to build from source or contribute to development, please see [CONTRIBUTING.md](CONTRIBUTING.md).
|
|
82
82
|
|
|
83
83
|
#### Method 1: Install from npm
|
|
84
84
|
|
|
@@ -130,9 +130,9 @@ vct analysis
|
|
|
130
130
|
|
|
131
131
|
---
|
|
132
132
|
|
|
133
|
-
##
|
|
133
|
+
## Command Guide
|
|
134
134
|
|
|
135
|
-
###
|
|
135
|
+
### Quick Reference
|
|
136
136
|
|
|
137
137
|
```
|
|
138
138
|
vct <COMMAND> [OPTIONS]
|
|
@@ -157,7 +157,7 @@ Time range flags (shared by `usage` and `analysis`, mutually exclusive, default
|
|
|
157
157
|
|
|
158
158
|
---
|
|
159
159
|
|
|
160
|
-
##
|
|
160
|
+
## Usage Command
|
|
161
161
|
|
|
162
162
|
**Track your spending across all AI coding sessions.**
|
|
163
163
|
|
|
@@ -199,7 +199,7 @@ vct usage --json --daily
|
|
|
199
199
|
|
|
200
200
|
```
|
|
201
201
|
┌─────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
202
|
-
│
|
|
202
|
+
│ Token Usage Statistics │
|
|
203
203
|
└─────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
204
204
|
┌─────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
205
205
|
│ Model Input Output Cache Read Cache Create Total Cost │
|
|
@@ -210,14 +210,14 @@ vct usage --json --daily
|
|
|
210
210
|
│ TOTAL 160,333 209,174 45,525,477 3,192,074 $79.33 │
|
|
211
211
|
└─────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
212
212
|
┌─────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
213
|
-
│ Provider
|
|
213
|
+
│ Provider Tokens Cost Active Days │
|
|
214
214
|
│ │
|
|
215
|
-
│ 🤖 Claude Code
|
|
216
|
-
│ ✨ Gemini
|
|
217
|
-
│ ⭐ All Providers
|
|
215
|
+
│ 🤖 Claude Code 48,880,218 $78.93 3 │
|
|
216
|
+
│ ✨ Gemini 206,839 $0.40 1 │
|
|
217
|
+
│ ⭐ All Providers 49,087,057 $79.33 3 │
|
|
218
218
|
└─────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
219
219
|
┌─────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
220
|
-
│
|
|
220
|
+
│ Total Cost: $79.33 | Total Tokens: 49,087,058 | Models: 3 | Memory: 42.8 MB │
|
|
221
221
|
└─────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
222
222
|
Press 'q', 'Esc', 'Ctrl+C' to quit | Press 'r' to refresh
|
|
223
223
|
```
|
|
@@ -233,7 +233,7 @@ The tool automatically scans these directories:
|
|
|
233
233
|
|
|
234
234
|
---
|
|
235
235
|
|
|
236
|
-
##
|
|
236
|
+
## Analysis Command
|
|
237
237
|
|
|
238
238
|
**Deep dive into code operations — see exactly what your AI assistant did.**
|
|
239
239
|
|
|
@@ -243,7 +243,7 @@ The tool automatically scans these directories:
|
|
|
243
243
|
| ---------------------------------------------- | ----------------------------------------------------------- |
|
|
244
244
|
| *(none)* | Interactive TUI dashboard over all sessions |
|
|
245
245
|
| `--path <FILE>` | Analyze a single JSONL/JSON conversation file (prints JSON) |
|
|
246
|
-
| `--table` | Static table with per-provider
|
|
246
|
+
| `--table` | Static table with per-provider totals |
|
|
247
247
|
| `--text` | Plain text, script-friendly |
|
|
248
248
|
| `--json` | JSON array of aggregated rows printed to stdout |
|
|
249
249
|
| `--output <FILE>` | Save results as pretty-printed JSON |
|
|
@@ -257,7 +257,7 @@ See [`examples/`](examples/) for sample inputs and matching JSON outputs for all
|
|
|
257
257
|
# Interactive dashboard for all sessions (default)
|
|
258
258
|
vct analysis
|
|
259
259
|
|
|
260
|
-
# Static table output with
|
|
260
|
+
# Static table output with per-provider totals
|
|
261
261
|
vct analysis --table
|
|
262
262
|
|
|
263
263
|
# Plain text for scripts
|
|
@@ -283,7 +283,7 @@ vct analysis --output today.json --daily
|
|
|
283
283
|
|
|
284
284
|
```
|
|
285
285
|
┌─────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
286
|
-
│
|
|
286
|
+
│ Analysis Statistics │
|
|
287
287
|
└─────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
288
288
|
┌─────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
289
289
|
│ Model Edit Lines Read Lines Write Lines Bash Edit Read Write │
|
|
@@ -294,21 +294,21 @@ vct analysis --output today.json --daily
|
|
|
294
294
|
│ TOTAL 1,280 13,264 1,575 125 146 268 62 │
|
|
295
295
|
└─────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
296
296
|
┌─────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
297
|
-
│ Provider
|
|
297
|
+
│ Provider Edit Lines Read Lines Write Lines Bash Edit Read TodoWrite Write Days │
|
|
298
298
|
│ │
|
|
299
|
-
│ 🤖 Claude Code
|
|
300
|
-
│ ✨ Gemini 0
|
|
301
|
-
│ ⭐ All Providers
|
|
299
|
+
│ 🤖 Claude Code 1,280 13,264 1,575 125 146 268 18 62 3 │
|
|
300
|
+
│ ✨ Gemini 0 0 0 0 0 0 0 0 1 │
|
|
301
|
+
│ ⭐ All Providers 1,280 13,264 1,575 125 146 268 18 62 3 │
|
|
302
302
|
└─────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
303
303
|
┌─────────────────────────────────────────────────────────────────────────────────────────────┐
|
|
304
|
-
│
|
|
304
|
+
│ Total Lines: 16,119 | Total Tools: 619 | Models: 3 | Memory: 41.2 MB │
|
|
305
305
|
└─────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
306
306
|
Press 'q', 'Esc', 'Ctrl+C' to quit | Press 'r' to refresh
|
|
307
307
|
```
|
|
308
308
|
|
|
309
309
|
---
|
|
310
310
|
|
|
311
|
-
##
|
|
311
|
+
## Update Command
|
|
312
312
|
|
|
313
313
|
**Keep your installation up-to-date automatically.**
|
|
314
314
|
|
|
@@ -330,14 +330,14 @@ vct update --force
|
|
|
330
330
|
### Preview (`vct update --check`)
|
|
331
331
|
|
|
332
332
|
```
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
333
|
+
Current version: v0.5.10
|
|
334
|
+
Checking for latest release...
|
|
335
|
+
Latest version: v0.5.10 — you are up to date!
|
|
336
336
|
```
|
|
337
337
|
|
|
338
338
|
---
|
|
339
339
|
|
|
340
|
-
##
|
|
340
|
+
## Version Command
|
|
341
341
|
|
|
342
342
|
Report the embedded build metadata (binary version, Rust toolchain, Cargo version):
|
|
343
343
|
|
|
@@ -351,7 +351,7 @@ The binary version is produced at build time by `build.rs` from `git describe`,
|
|
|
351
351
|
|
|
352
352
|
---
|
|
353
353
|
|
|
354
|
-
##
|
|
354
|
+
## Smart Pricing System
|
|
355
355
|
|
|
356
356
|
### How It Works
|
|
357
357
|
|
|
@@ -364,15 +364,15 @@ The binary version is produced at build time by `build.rs` from `git describe`,
|
|
|
364
364
|
|
|
365
365
|
**Priority Order**:
|
|
366
366
|
|
|
367
|
-
1.
|
|
368
|
-
2.
|
|
369
|
-
3.
|
|
370
|
-
4.
|
|
371
|
-
5.
|
|
367
|
+
1. **Exact Match**: `claude-sonnet-4` → `claude-sonnet-4`
|
|
368
|
+
2. **Normalized**: `claude-sonnet-4-20250514` → `claude-sonnet-4`
|
|
369
|
+
3. **Substring**: `custom-gpt-4` → `gpt-4`
|
|
370
|
+
4. **Fuzzy (AI-powered)**: Uses Jaro-Winkler similarity (70% threshold)
|
|
371
|
+
5. **Fallback**: Shows $0.00 if no match found
|
|
372
372
|
|
|
373
373
|
---
|
|
374
374
|
|
|
375
|
-
##
|
|
375
|
+
## Docker Support
|
|
376
376
|
|
|
377
377
|
```bash
|
|
378
378
|
# Build image
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "vibe_coding_tracker"
|
|
3
|
-
version = "0.9.
|
|
3
|
+
version = "0.9.2"
|
|
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" }
|
|
index 5ba8a06..27760d1 100755
|
|
|
Binary file
|
|
index dfdfc01..51f871d 100755
|
|
|
Binary file
|
|
index 01cd614..dcfa9bf 100755
|
|
|
Binary file
|
|
index 083ce4b..b29b7bc 100755
|
|
|
Binary file
|
|
index 8dfa00d..5630cde 100644
|
|
|
Binary file
|
|
index ef74a8e..9d7bc40 100644
|
|
|
Binary file
|
|
File without changes
|