vibe-coding-tracker 0.9.2__tar.gz → 0.10.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.9.2
3
+ Version: 0.10.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
@@ -238,9 +238,9 @@ vct usage --json --daily
238
238
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
239
239
  │ Provider Tokens Cost Active Days │
240
240
  │ │
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 │
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 │
@@ -322,9 +322,9 @@ vct analysis --output today.json --daily
322
322
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
323
323
  │ Provider Edit Lines Read Lines Write Lines Bash Edit Read TodoWrite Write Days │
324
324
  │ │
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 │
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 │
@@ -212,9 +212,9 @@ vct usage --json --daily
212
212
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
213
213
  │ Provider Tokens Cost Active Days │
214
214
  │ │
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 │
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 │
@@ -296,9 +296,9 @@ vct analysis --output today.json --daily
296
296
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
297
297
  │ Provider Edit Lines Read Lines Write Lines Bash Edit Read TodoWrite Write Days │
298
298
  │ │
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 │
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 │
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "vibe_coding_tracker"
3
- version = "0.9.2"
3
+ version = "0.10.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" }