vibe-coding-tracker 0.13.0__tar.gz → 0.14.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.13.0
3
+ Version: 0.14.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
@@ -266,11 +266,11 @@ The tool automatically scans these directories:
266
266
  At the bottom of the interactive dashboard, the per-provider stats sit on the left and two live quota panels sit on the right:
267
267
 
268
268
  ```
269
- ┌ Provider/Tokens/Cost/Days ┬ Claude ────────┬ Codex (API) ────┐
270
- │ Claude 1.2M $3.00 4d │ 5h ▰▰▱▱▱ 16% │ Plan: plus │
271
- │ Codex 800K $0.00 6d │ ↻ 4h13m │ 5h ▰▰▱▱▱ 27% │
272
- │ ... │ 7d ▰▰▰▱▱ 28% │ 7d ▱▱▱▱▱ 4% │
273
- │ │ updated 2m ago │ Credits: 0 +2 │
269
+ ┌ Provider/Tokens/Cost/Days ┬ Claude ────────┬ Codex ──────────┐
270
+ │ Claude 1.2M $3.00 4d │ 5h ▰▰▱▱▱ 16% │ Plan: plus │
271
+ │ Codex 800K $0.00 6d │ ↻ 4h13m │ 5h ▰▰▱▱▱ 27% │
272
+ │ ... │ 7d ▰▰▰▱▱ 28% │ 7d ▱▱▱▱▱ 4% │
273
+ │ │ updated 2m ago │ Credits: 0 +2 │
274
274
  └───────────────────────────┴────────────────┴─────────────────┘
275
275
  ```
276
276
 
@@ -240,11 +240,11 @@ The tool automatically scans these directories:
240
240
  At the bottom of the interactive dashboard, the per-provider stats sit on the left and two live quota panels sit on the right:
241
241
 
242
242
  ```
243
- ┌ Provider/Tokens/Cost/Days ┬ Claude ────────┬ Codex (API) ────┐
244
- │ Claude 1.2M $3.00 4d │ 5h ▰▰▱▱▱ 16% │ Plan: plus │
245
- │ Codex 800K $0.00 6d │ ↻ 4h13m │ 5h ▰▰▱▱▱ 27% │
246
- │ ... │ 7d ▰▰▰▱▱ 28% │ 7d ▱▱▱▱▱ 4% │
247
- │ │ updated 2m ago │ Credits: 0 +2 │
243
+ ┌ Provider/Tokens/Cost/Days ┬ Claude ────────┬ Codex ──────────┐
244
+ │ Claude 1.2M $3.00 4d │ 5h ▰▰▱▱▱ 16% │ Plan: plus │
245
+ │ Codex 800K $0.00 6d │ ↻ 4h13m │ 5h ▰▰▱▱▱ 27% │
246
+ │ ... │ 7d ▰▰▰▱▱ 28% │ 7d ▱▱▱▱▱ 4% │
247
+ │ │ updated 2m ago │ Credits: 0 +2 │
248
248
  └───────────────────────────┴────────────────┴─────────────────┘
249
249
  ```
250
250
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "vibe_coding_tracker"
3
- version = "0.13.0"
3
+ version = "0.14.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" }