vibe-coding-tracker 0.10.3__tar.gz → 0.11.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.10.3
3
+ Version: 0.11.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
@@ -28,6 +28,8 @@ Description-Content-Type: text/markdown
28
28
 
29
29
  # Vibe Coding Tracker — AI Coding Assistant Usage Tracker
30
30
 
31
+ <img src="assets/social-preview.png" alt="Vibe Coding Tracker social preview" width="640">
32
+
31
33
  [![Crates.io](https://img.shields.io/crates/v/vibe_coding_tracker?logo=rust&style=flat-square&color=E05D44)](https://crates.io/crates/vibe_coding_tracker)
32
34
  [![Crates.io Downloads](https://img.shields.io/crates/d/vibe_coding_tracker?logo=rust&style=flat-square)](https://crates.io/crates/vibe_coding_tracker)
33
35
  [![npm version](https://img.shields.io/npm/v/vibe-coding-tracker?logo=npm&style=flat-square&color=CB3837)](https://www.npmjs.com/package/vibe-coding-tracker)
@@ -37,7 +39,7 @@ Description-Content-Type: text/markdown
37
39
  [![rust](https://img.shields.io/badge/Rust-stable-orange?logo=rust&logoColor=white&style=flat-square)](https://www.rust-lang.org/)
38
40
  [![tests](https://img.shields.io/github/actions/workflow/status/Mai0313/VibeCodingTracker/test.yml?label=tests&logo=github&style=flat-square)](https://github.com/Mai0313/VibeCodingTracker/actions/workflows/test.yml)
39
41
  [![code-quality](https://img.shields.io/github/actions/workflow/status/Mai0313/VibeCodingTracker/code-quality-check.yml?label=code-quality&logo=github&style=flat-square)](https://github.com/Mai0313/VibeCodingTracker/actions/workflows/code-quality-check.yml)
40
- [![license](https://img.shields.io/badge/License-MIT-green.svg?labelColor=gray&style=flat-square)](https://github.com/Mai0313/VibeCodingTracker/tree/master?tab=License-1-ov-file)
42
+ [![license](https://img.shields.io/badge/License-MIT-green.svg?labelColor=gray&style=flat-square)](https://github.com/Mai0313/VibeCodingTracker/tree/main?tab=License-1-ov-file)
41
43
  [![Star on GitHub](https://img.shields.io/github/stars/Mai0313/VibeCodingTracker?style=social&label=Star)](https://github.com/Mai0313/VibeCodingTracker)
42
44
  [![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/Mai0313/VibeCodingTracker/pulls)
43
45
 
@@ -252,8 +254,8 @@ vct usage --json --daily
252
254
 
253
255
  The tool automatically scans these directories:
254
256
 
255
- - `~/.claude/projects/**/*.jsonl` (Claude Code)
256
- - `~/.codex/sessions/**/*.jsonl` (Codex)
257
+ - `~/.claude/projects/**/*.jsonl` (Claude Code — recursive, includes subagent logs)
258
+ - `~/.codex/sessions/**/*.jsonl` (Codex — recursive, includes daily subdirectories)
257
259
  - `~/.copilot/session-state/<sessionId>/events.jsonl` (Copilot CLI)
258
260
  - `~/.gemini/tmp/<project_hash>/chats/*.jsonl` (Gemini CLI)
259
261
 
@@ -356,9 +358,9 @@ vct update --force
356
358
  ### Preview (`vct update --check`)
357
359
 
358
360
  ```
359
- Current version: v0.5.10
361
+ Current version: v0.10.3
360
362
  Checking for latest release...
361
- Latest version: v0.5.10 — you are up to date!
363
+ Latest version: v0.10.3 — you are up to date!
362
364
  ```
363
365
 
364
366
  ---
@@ -2,6 +2,8 @@
2
2
 
3
3
  # Vibe Coding Tracker — AI Coding Assistant Usage Tracker
4
4
 
5
+ <img src="assets/social-preview.png" alt="Vibe Coding Tracker social preview" width="640">
6
+
5
7
  [![Crates.io](https://img.shields.io/crates/v/vibe_coding_tracker?logo=rust&style=flat-square&color=E05D44)](https://crates.io/crates/vibe_coding_tracker)
6
8
  [![Crates.io Downloads](https://img.shields.io/crates/d/vibe_coding_tracker?logo=rust&style=flat-square)](https://crates.io/crates/vibe_coding_tracker)
7
9
  [![npm version](https://img.shields.io/npm/v/vibe-coding-tracker?logo=npm&style=flat-square&color=CB3837)](https://www.npmjs.com/package/vibe-coding-tracker)
@@ -11,7 +13,7 @@
11
13
  [![rust](https://img.shields.io/badge/Rust-stable-orange?logo=rust&logoColor=white&style=flat-square)](https://www.rust-lang.org/)
12
14
  [![tests](https://img.shields.io/github/actions/workflow/status/Mai0313/VibeCodingTracker/test.yml?label=tests&logo=github&style=flat-square)](https://github.com/Mai0313/VibeCodingTracker/actions/workflows/test.yml)
13
15
  [![code-quality](https://img.shields.io/github/actions/workflow/status/Mai0313/VibeCodingTracker/code-quality-check.yml?label=code-quality&logo=github&style=flat-square)](https://github.com/Mai0313/VibeCodingTracker/actions/workflows/code-quality-check.yml)
14
- [![license](https://img.shields.io/badge/License-MIT-green.svg?labelColor=gray&style=flat-square)](https://github.com/Mai0313/VibeCodingTracker/tree/master?tab=License-1-ov-file)
16
+ [![license](https://img.shields.io/badge/License-MIT-green.svg?labelColor=gray&style=flat-square)](https://github.com/Mai0313/VibeCodingTracker/tree/main?tab=License-1-ov-file)
15
17
  [![Star on GitHub](https://img.shields.io/github/stars/Mai0313/VibeCodingTracker?style=social&label=Star)](https://github.com/Mai0313/VibeCodingTracker)
16
18
  [![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/Mai0313/VibeCodingTracker/pulls)
17
19
 
@@ -226,8 +228,8 @@ vct usage --json --daily
226
228
 
227
229
  The tool automatically scans these directories:
228
230
 
229
- - `~/.claude/projects/**/*.jsonl` (Claude Code)
230
- - `~/.codex/sessions/**/*.jsonl` (Codex)
231
+ - `~/.claude/projects/**/*.jsonl` (Claude Code — recursive, includes subagent logs)
232
+ - `~/.codex/sessions/**/*.jsonl` (Codex — recursive, includes daily subdirectories)
231
233
  - `~/.copilot/session-state/<sessionId>/events.jsonl` (Copilot CLI)
232
234
  - `~/.gemini/tmp/<project_hash>/chats/*.jsonl` (Gemini CLI)
233
235
 
@@ -330,9 +332,9 @@ vct update --force
330
332
  ### Preview (`vct update --check`)
331
333
 
332
334
  ```
333
- Current version: v0.5.10
335
+ Current version: v0.10.3
334
336
  Checking for latest release...
335
- Latest version: v0.5.10 — you are up to date!
337
+ Latest version: v0.10.3 — you are up to date!
336
338
  ```
337
339
 
338
340
  ---
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "vibe_coding_tracker"
3
- version = "0.10.3"
3
+ version = "0.11.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" }