vibe-coding-tracker 1.3.2__tar.gz → 1.3.3__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.3.3
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
@@ -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
 
@@ -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.3.3"
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" }