vibe-coding-tracker 1.3.2__tar.gz → 1.4.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: 1.3.2
3
+ Version: 1.4.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
@@ -243,7 +243,7 @@ vct usage --json --daily
243
243
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
244
244
  │ Provider Tokens Cost │
245
245
  │ │
246
- │ Claude Code 48.9M $78.93 │
246
+ │ Claude 48.9M $78.93 │
247
247
  │ Gemini 207K $0.40 │
248
248
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
249
249
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
@@ -273,8 +273,8 @@ Totals (by Provider)
273
273
  ┌───────────────┬─────────────┬─────────┐
274
274
  │ Provider ┆ Tokens ┆ Cost │
275
275
  ╞═══════════════╪═════════════╪═════════╡
276
- │ Claude Code ┆ 145,495,885 ┆ $151.29 │
277
- OpenAI Codex ┆ 2,665,368 ┆ $5.56 │
276
+ │ Claude ┆ 145,495,885 ┆ $151.29 │
277
+ │ Codex ┆ 2,665,368 ┆ $5.56 │
278
278
  │ OpenCode ┆ 19,675 ┆ $0.03 │
279
279
  │ All Providers ┆ 148,180,928 ┆ $156.88 │
280
280
  └───────────────┴─────────────┴─────────┘
@@ -393,7 +393,7 @@ vct analysis --output today.json --daily
393
393
  ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
394
394
  │ Provider Edit Lines Read Lines Write Lines Bash Edit Read TodoWrite Write Days │
395
395
  │ │
396
- │ Claude Code 1.28K 13.3K 1.58K 125 146 268 18 62 3 │
396
+ │ Claude 1.28K 13.3K 1.58K 125 146 268 18 62 3 │
397
397
  │ Gemini 0 0 0 0 0 0 0 0 1 │
398
398
  └─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
399
399
  ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
@@ -493,7 +493,7 @@ The binary version is produced at build time by `build.rs` from `git describe`,
493
493
  ### How It Works
494
494
 
495
495
  1. **Automatic Updates**: Fetches pricing from [LiteLLM](https://github.com/BerriAI/litellm) daily
496
- 2. **Smart Caching**: Stores pricing in `~/.vibe_coding_tracker/` for 24 hours
496
+ 2. **Smart Caching**: Stores pricing in `~/.vct/` for 24 hours
497
497
  3. **Fuzzy Matching**: Finds best match even for custom model names
498
498
  4. **Always Accurate**: Ensures you get the latest pricing
499
499
 
@@ -217,7 +217,7 @@ vct usage --json --daily
217
217
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
218
218
  │ Provider Tokens Cost │
219
219
  │ │
220
- │ Claude Code 48.9M $78.93 │
220
+ │ Claude 48.9M $78.93 │
221
221
  │ Gemini 207K $0.40 │
222
222
  └─────────────────────────────────────────────────────────────────────────────────────────────┘
223
223
  ┌─────────────────────────────────────────────────────────────────────────────────────────────┐
@@ -247,8 +247,8 @@ Totals (by Provider)
247
247
  ┌───────────────┬─────────────┬─────────┐
248
248
  │ Provider ┆ Tokens ┆ Cost │
249
249
  ╞═══════════════╪═════════════╪═════════╡
250
- │ Claude Code ┆ 145,495,885 ┆ $151.29 │
251
- OpenAI Codex ┆ 2,665,368 ┆ $5.56 │
250
+ │ Claude ┆ 145,495,885 ┆ $151.29 │
251
+ │ Codex ┆ 2,665,368 ┆ $5.56 │
252
252
  │ OpenCode ┆ 19,675 ┆ $0.03 │
253
253
  │ All Providers ┆ 148,180,928 ┆ $156.88 │
254
254
  └───────────────┴─────────────┴─────────┘
@@ -367,7 +367,7 @@ vct analysis --output today.json --daily
367
367
  ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
368
368
  │ Provider Edit Lines Read Lines Write Lines Bash Edit Read TodoWrite Write Days │
369
369
  │ │
370
- │ Claude Code 1.28K 13.3K 1.58K 125 146 268 18 62 3 │
370
+ │ Claude 1.28K 13.3K 1.58K 125 146 268 18 62 3 │
371
371
  │ Gemini 0 0 0 0 0 0 0 0 1 │
372
372
  └─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
373
373
  ┌─────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
@@ -467,7 +467,7 @@ The binary version is produced at build time by `build.rs` from `git describe`,
467
467
  ### How It Works
468
468
 
469
469
  1. **Automatic Updates**: Fetches pricing from [LiteLLM](https://github.com/BerriAI/litellm) daily
470
- 2. **Smart Caching**: Stores pricing in `~/.vibe_coding_tracker/` for 24 hours
470
+ 2. **Smart Caching**: Stores pricing in `~/.vct/` for 24 hours
471
471
  3. **Fuzzy Matching**: Finds best match even for custom model names
472
472
  4. **Always Accurate**: Ensures you get the latest pricing
473
473
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "vibe_coding_tracker"
3
- version = "1.3.2"
3
+ version = "1.4.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" }