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.
- {vibe_coding_tracker-1.3.2 → vibe_coding_tracker-1.4.0}/PKG-INFO +6 -6
- {vibe_coding_tracker-1.3.2 → vibe_coding_tracker-1.4.0}/README.md +5 -5
- {vibe_coding_tracker-1.3.2 → vibe_coding_tracker-1.4.0}/pyproject.toml +1 -1
- {vibe_coding_tracker-1.3.2 → vibe_coding_tracker-1.4.0}/src/vibe_coding_tracker/binaries/linux-arm64-gnu/vibe_coding_tracker +0 -0
- {vibe_coding_tracker-1.3.2 → vibe_coding_tracker-1.4.0}/src/vibe_coding_tracker/binaries/linux-x64-gnu/vibe_coding_tracker +0 -0
- {vibe_coding_tracker-1.3.2 → vibe_coding_tracker-1.4.0}/src/vibe_coding_tracker/binaries/macos-arm64/vibe_coding_tracker +0 -0
- {vibe_coding_tracker-1.3.2 → vibe_coding_tracker-1.4.0}/src/vibe_coding_tracker/binaries/macos-x64/vibe_coding_tracker +0 -0
- {vibe_coding_tracker-1.3.2 → vibe_coding_tracker-1.4.0}/src/vibe_coding_tracker/binaries/windows-arm64/vibe_coding_tracker.exe +0 -0
- {vibe_coding_tracker-1.3.2 → vibe_coding_tracker-1.4.0}/src/vibe_coding_tracker/binaries/windows-x64/vibe_coding_tracker.exe +0 -0
- {vibe_coding_tracker-1.3.2 → vibe_coding_tracker-1.4.0}/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: 1.
|
|
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
|
|
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
|
|
277
|
-
│
|
|
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
|
|
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 `~/.
|
|
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
|
|
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
|
|
251
|
-
│
|
|
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
|
|
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 `~/.
|
|
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
|
+
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" }
|
|
index 54878e8..9e50bfb 100755
|
|
|
Binary file
|
|
index f37631f..83da3cc 100755
|
|
|
Binary file
|
|
index 89799fe..c65508f 100755
|
|
|
Binary file
|
|
index e4b6b4c..3b84401 100755
|
|
|
Binary file
|
|
index 8cb62f5..c3cc60e 100644
|
|
|
Binary file
|
|
index 4d77d02..4b86a63 100644
|
|
|
Binary file
|
|
File without changes
|