vibe-coding-tracker 2.3.1__tar.gz → 2.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-2.3.1 → vibe_coding_tracker-2.4.0}/PKG-INFO +14 -13
- {vibe_coding_tracker-2.3.1 → vibe_coding_tracker-2.4.0}/README.md +13 -12
- {vibe_coding_tracker-2.3.1 → vibe_coding_tracker-2.4.0}/pyproject.toml +1 -1
- {vibe_coding_tracker-2.3.1 → vibe_coding_tracker-2.4.0}/src/vibe_coding_tracker/binaries/linux-arm64-gnu/vibe_coding_tracker +0 -0
- {vibe_coding_tracker-2.3.1 → vibe_coding_tracker-2.4.0}/src/vibe_coding_tracker/binaries/linux-x64-gnu/vibe_coding_tracker +0 -0
- {vibe_coding_tracker-2.3.1 → vibe_coding_tracker-2.4.0}/src/vibe_coding_tracker/binaries/macos-arm64/vibe_coding_tracker +0 -0
- {vibe_coding_tracker-2.3.1 → vibe_coding_tracker-2.4.0}/src/vibe_coding_tracker/binaries/macos-x64/vibe_coding_tracker +0 -0
- {vibe_coding_tracker-2.3.1 → vibe_coding_tracker-2.4.0}/src/vibe_coding_tracker/binaries/windows-arm64/vibe_coding_tracker.exe +0 -0
- {vibe_coding_tracker-2.3.1 → vibe_coding_tracker-2.4.0}/src/vibe_coding_tracker/binaries/windows-x64/vibe_coding_tracker.exe +0 -0
- {vibe_coding_tracker-2.3.1 → vibe_coding_tracker-2.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: 2.
|
|
3
|
+
Version: 2.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
|
|
@@ -242,15 +242,16 @@ vct usage --table --merge-providers
|
|
|
242
242
|
### Preview: Interactive Dashboard (`vct usage`)
|
|
243
243
|
|
|
244
244
|
```
|
|
245
|
-
┌ Models · $79.33 · 49.1M tokens · 3 models
|
|
246
|
-
│Model
|
|
247
|
-
│
|
|
248
|
-
│gemini-3.1-pro-preview
|
|
249
|
-
│claude-haiku-4-5-20251001
|
|
250
|
-
│claude-opus-4-8
|
|
251
|
-
│
|
|
252
|
-
│
|
|
253
|
-
|
|
245
|
+
┌ Models · $79.33 · 49.1M tokens · 3 models ───────────────────────────────────────────────────────────────────────────┐
|
|
246
|
+
│Model Input Output Cache Read Cache Write Total Cost (USD) Share █
|
|
247
|
+
│ █
|
|
248
|
+
│gemini-3.1-pro-preview 129K 10.3K 66.0K 1.70K 207K $0.40 0.4%█
|
|
249
|
+
│claude-haiku-4-5-20251001 5.57K 19.8K 5.20M 55.0K 5.28M $1.34 █ 10.8%█
|
|
250
|
+
│claude-opus-4-8 25.7K 179K 42.9M 496K 43.6M $77.59 █████████ 88.8%█
|
|
251
|
+
│ █
|
|
252
|
+
│ █
|
|
253
|
+
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
254
|
+
Claude $78.93 · Gemini $0.40
|
|
254
255
|
┌ Claude ──────────────┐┌ Codex ───────────────┐┌ Copilot ─────────────┐┌ Cursor ────────LIMIT ┐┌ Grok ────────────────┐
|
|
255
256
|
│max 20x just now││plus just now││individual just now││free just now││SuperGrok just now│
|
|
256
257
|
│5h ▰▱▱▱▱ 13% 1h42m││5h ▰▰▱▱▱ 33% 12m ││prem ▰▱▱▱▱ 3% 24d0h││total ▰▰▰▰▰ 94% 16d0h││week ▰▰▱▱▱ 38% 3d4h │
|
|
@@ -259,7 +260,7 @@ vct usage --table --merge-providers
|
|
|
259
260
|
│bal - · $0.00 used ││reset expires 17d0h ││ ││ ││ │
|
|
260
261
|
└──────────────────────┘└──────────────────────┘└──────────────────────┘└──────────────────────┘└──────────────────────┘
|
|
261
262
|
Total Cost: $79.33 | Total Tokens: 49.1M | Models: 3 | Memory: 4.7 MB | CPU: 0.0%
|
|
262
|
-
|
|
263
|
+
↑/↓ scroll m merge p providers Q quota r refresh q quit | Star on GitHub
|
|
263
264
|
```
|
|
264
265
|
|
|
265
266
|
Both interactive dashboards draw a centered `Loading sessions...` spinner as soon as terminal setup finishes. Loading stays responsive to `q`, Ctrl+C, and resize events. Later scans run in one background worker, keep the last successful data visible with a `Refreshing...` footer, and coalesce repeated refresh requests into at most one pending scan. A failed refresh keeps the last-known-good view and retries on the next scheduled or manual refresh.
|
|
@@ -331,7 +332,7 @@ For noninteractive `usage` and `analysis` scans, vct exits with an error when ev
|
|
|
331
332
|
|
|
332
333
|
### Live Quota Panels
|
|
333
334
|
|
|
334
|
-
`vct usage` shows **live quota usage for Claude Code, Codex, GitHub Copilot, Cursor, and Grok right in the dashboard — with zero setup.** No status-line hook, no credentials to enter: vct reads each provider's own credentials, calls its usage API on a background thread, and keeps the panels current while you work. Every gauge is percent **used**, so a full bar means the window is spent, not untouched. (Prefer a quieter dashboard? Trim `panels` under `[usage.quota]` in [`config.toml`](#configuration), or set it to `[]` to hide the quota cards entirely. The
|
|
335
|
+
`vct usage` shows **live quota usage for Claude Code, Codex, GitHub Copilot, Cursor, and Grok right in the dashboard — with zero setup.** No status-line hook, no credentials to enter: vct reads each provider's own credentials, calls its usage API on a background thread, and keeps the panels current while you work. Every gauge is percent **used**, so a full bar means the window is spent, not untouched. (Prefer a quieter dashboard? Trim `panels` under `[usage.quota]` in [`config.toml`](#configuration), or set it to `[]` to hide the quota cards entirely. The per-provider cost line under the table is local scan data, not a quota panel, so it stays whatever you set here.)
|
|
335
336
|
|
|
336
337
|
```
|
|
337
338
|
┌ Claude ──────────────┐┌ Codex ───────────────┐┌ Copilot ─────────────┐┌ Cursor ────────LIMIT ┐┌ Grok ────────────────┐
|
|
@@ -351,7 +352,7 @@ For noninteractive `usage` and `analysis` scans, vct exits with an error when ev
|
|
|
351
352
|
|
|
352
353
|
**Automatic token refresh.** For Claude, Codex, and Grok, when a token is near expiry or rejected, vct refreshes it and writes the new token back to the provider's own credential file (in that CLI's exact format), so a token is reused across checks rather than refreshed every time. Grok's token endpoint is resolved from its login issuer rather than hardcoded, the way its own CLI does it, and every other login in the file is preserved on write. If a refresh cannot proceed, the panel shows a `run: <provider> auth login` hint instead of breaking. Copilot (long-lived token) and Cursor (kept fresh by its own client) are read-only — vct never writes their credential files.
|
|
353
354
|
|
|
354
|
-
A panel appears only for a provider whose credentials are present. Panels are placed on a uniform grid that fits as many cards per row as the terminal allows and wraps the rest onto the next row, so a new provider costs a card and never a new layout rule. On a terminal too short to spend rows on the grid, it folds into a one-line digest showing the gauges that still fit and counting the rest; press `Q` for the full-detail overlay, where every card has room for every line whatever the terminal size, and `p`
|
|
355
|
+
A panel appears only for a provider whose credentials are present. Panels are placed on a uniform grid that fits as many cards per row as the terminal allows and wraps the rest onto the next row, so a new provider costs a card and never a new layout rule. On a terminal too short to spend rows on the grid, it folds into a one-line digest showing the gauges that still fit and counting the rest; press `Q` for the full-detail overlay, where every card has room for every line whatever the terminal size, and `p` for the Provider Usage panel with per-provider tokens and share. Quota panels appear only in the interactive TUI; `--table`, `--text`, and `--json` are unchanged.
|
|
355
356
|
|
|
356
357
|
> **Platform note:** on macOS, Claude Code stores its OAuth credentials in the system Keychain rather than `~/.claude/.credentials.json`, so the Claude panel is not shown on macOS. Cursor's `~/.config/cursor` credential path is Linux-oriented.
|
|
357
358
|
|
|
@@ -216,15 +216,16 @@ vct usage --table --merge-providers
|
|
|
216
216
|
### Preview: Interactive Dashboard (`vct usage`)
|
|
217
217
|
|
|
218
218
|
```
|
|
219
|
-
┌ Models · $79.33 · 49.1M tokens · 3 models
|
|
220
|
-
│Model
|
|
221
|
-
│
|
|
222
|
-
│gemini-3.1-pro-preview
|
|
223
|
-
│claude-haiku-4-5-20251001
|
|
224
|
-
│claude-opus-4-8
|
|
225
|
-
│
|
|
226
|
-
│
|
|
227
|
-
|
|
219
|
+
┌ Models · $79.33 · 49.1M tokens · 3 models ───────────────────────────────────────────────────────────────────────────┐
|
|
220
|
+
│Model Input Output Cache Read Cache Write Total Cost (USD) Share █
|
|
221
|
+
│ █
|
|
222
|
+
│gemini-3.1-pro-preview 129K 10.3K 66.0K 1.70K 207K $0.40 0.4%█
|
|
223
|
+
│claude-haiku-4-5-20251001 5.57K 19.8K 5.20M 55.0K 5.28M $1.34 █ 10.8%█
|
|
224
|
+
│claude-opus-4-8 25.7K 179K 42.9M 496K 43.6M $77.59 █████████ 88.8%█
|
|
225
|
+
│ █
|
|
226
|
+
│ █
|
|
227
|
+
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
|
|
228
|
+
Claude $78.93 · Gemini $0.40
|
|
228
229
|
┌ Claude ──────────────┐┌ Codex ───────────────┐┌ Copilot ─────────────┐┌ Cursor ────────LIMIT ┐┌ Grok ────────────────┐
|
|
229
230
|
│max 20x just now││plus just now││individual just now││free just now││SuperGrok just now│
|
|
230
231
|
│5h ▰▱▱▱▱ 13% 1h42m││5h ▰▰▱▱▱ 33% 12m ││prem ▰▱▱▱▱ 3% 24d0h││total ▰▰▰▰▰ 94% 16d0h││week ▰▰▱▱▱ 38% 3d4h │
|
|
@@ -233,7 +234,7 @@ vct usage --table --merge-providers
|
|
|
233
234
|
│bal - · $0.00 used ││reset expires 17d0h ││ ││ ││ │
|
|
234
235
|
└──────────────────────┘└──────────────────────┘└──────────────────────┘└──────────────────────┘└──────────────────────┘
|
|
235
236
|
Total Cost: $79.33 | Total Tokens: 49.1M | Models: 3 | Memory: 4.7 MB | CPU: 0.0%
|
|
236
|
-
|
|
237
|
+
↑/↓ scroll m merge p providers Q quota r refresh q quit | Star on GitHub
|
|
237
238
|
```
|
|
238
239
|
|
|
239
240
|
Both interactive dashboards draw a centered `Loading sessions...` spinner as soon as terminal setup finishes. Loading stays responsive to `q`, Ctrl+C, and resize events. Later scans run in one background worker, keep the last successful data visible with a `Refreshing...` footer, and coalesce repeated refresh requests into at most one pending scan. A failed refresh keeps the last-known-good view and retries on the next scheduled or manual refresh.
|
|
@@ -305,7 +306,7 @@ For noninteractive `usage` and `analysis` scans, vct exits with an error when ev
|
|
|
305
306
|
|
|
306
307
|
### Live Quota Panels
|
|
307
308
|
|
|
308
|
-
`vct usage` shows **live quota usage for Claude Code, Codex, GitHub Copilot, Cursor, and Grok right in the dashboard — with zero setup.** No status-line hook, no credentials to enter: vct reads each provider's own credentials, calls its usage API on a background thread, and keeps the panels current while you work. Every gauge is percent **used**, so a full bar means the window is spent, not untouched. (Prefer a quieter dashboard? Trim `panels` under `[usage.quota]` in [`config.toml`](#configuration), or set it to `[]` to hide the quota cards entirely. The
|
|
309
|
+
`vct usage` shows **live quota usage for Claude Code, Codex, GitHub Copilot, Cursor, and Grok right in the dashboard — with zero setup.** No status-line hook, no credentials to enter: vct reads each provider's own credentials, calls its usage API on a background thread, and keeps the panels current while you work. Every gauge is percent **used**, so a full bar means the window is spent, not untouched. (Prefer a quieter dashboard? Trim `panels` under `[usage.quota]` in [`config.toml`](#configuration), or set it to `[]` to hide the quota cards entirely. The per-provider cost line under the table is local scan data, not a quota panel, so it stays whatever you set here.)
|
|
309
310
|
|
|
310
311
|
```
|
|
311
312
|
┌ Claude ──────────────┐┌ Codex ───────────────┐┌ Copilot ─────────────┐┌ Cursor ────────LIMIT ┐┌ Grok ────────────────┐
|
|
@@ -325,7 +326,7 @@ For noninteractive `usage` and `analysis` scans, vct exits with an error when ev
|
|
|
325
326
|
|
|
326
327
|
**Automatic token refresh.** For Claude, Codex, and Grok, when a token is near expiry or rejected, vct refreshes it and writes the new token back to the provider's own credential file (in that CLI's exact format), so a token is reused across checks rather than refreshed every time. Grok's token endpoint is resolved from its login issuer rather than hardcoded, the way its own CLI does it, and every other login in the file is preserved on write. If a refresh cannot proceed, the panel shows a `run: <provider> auth login` hint instead of breaking. Copilot (long-lived token) and Cursor (kept fresh by its own client) are read-only — vct never writes their credential files.
|
|
327
328
|
|
|
328
|
-
A panel appears only for a provider whose credentials are present. Panels are placed on a uniform grid that fits as many cards per row as the terminal allows and wraps the rest onto the next row, so a new provider costs a card and never a new layout rule. On a terminal too short to spend rows on the grid, it folds into a one-line digest showing the gauges that still fit and counting the rest; press `Q` for the full-detail overlay, where every card has room for every line whatever the terminal size, and `p`
|
|
329
|
+
A panel appears only for a provider whose credentials are present. Panels are placed on a uniform grid that fits as many cards per row as the terminal allows and wraps the rest onto the next row, so a new provider costs a card and never a new layout rule. On a terminal too short to spend rows on the grid, it folds into a one-line digest showing the gauges that still fit and counting the rest; press `Q` for the full-detail overlay, where every card has room for every line whatever the terminal size, and `p` for the Provider Usage panel with per-provider tokens and share. Quota panels appear only in the interactive TUI; `--table`, `--text`, and `--json` are unchanged.
|
|
329
330
|
|
|
330
331
|
> **Platform note:** on macOS, Claude Code stores its OAuth credentials in the system Keychain rather than `~/.claude/.credentials.json`, so the Claude panel is not shown on macOS. Cursor's `~/.config/cursor` credential path is Linux-oriented.
|
|
331
332
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "vibe_coding_tracker"
|
|
3
|
-
version = "2.
|
|
3
|
+
version = "2.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 33f7fd0..de150b8 100755
|
|
|
Binary file
|
|
index 1ccf9c2..ee6b577 100755
|
|
|
Binary file
|
|
index 1a68bef..e2d2a9e 100755
|
|
|
Binary file
|
|
index 1e3871c..61d747c 100755
|
|
|
Binary file
|
|
index 889fe86..0c155cd 100644
|
|
|
Binary file
|
|
index 039d7c5..1fa8071 100644
|
|
|
Binary file
|
|
File without changes
|