vibe-coding-tracker 0.10.2__tar.gz → 0.10.4__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.2
3
+ Version: 0.10.4
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
@@ -37,7 +37,7 @@ Description-Content-Type: text/markdown
37
37
  [![rust](https://img.shields.io/badge/Rust-stable-orange?logo=rust&logoColor=white&style=flat-square)](https://www.rust-lang.org/)
38
38
  [![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
39
  [![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)
40
+ [![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
41
  [![Star on GitHub](https://img.shields.io/github/stars/Mai0313/VibeCodingTracker?style=social&label=Star)](https://github.com/Mai0313/VibeCodingTracker)
42
42
  [![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/Mai0313/VibeCodingTracker/pulls)
43
43
 
@@ -252,8 +252,8 @@ vct usage --json --daily
252
252
 
253
253
  The tool automatically scans these directories:
254
254
 
255
- - `~/.claude/projects/**/*.jsonl` (Claude Code)
256
- - `~/.codex/sessions/**/*.jsonl` (Codex)
255
+ - `~/.claude/projects/**/*.jsonl` (Claude Code — recursive, includes subagent logs)
256
+ - `~/.codex/sessions/**/*.jsonl` (Codex — recursive, includes daily subdirectories)
257
257
  - `~/.copilot/session-state/<sessionId>/events.jsonl` (Copilot CLI)
258
258
  - `~/.gemini/tmp/<project_hash>/chats/*.jsonl` (Gemini CLI)
259
259
 
@@ -356,9 +356,9 @@ vct update --force
356
356
  ### Preview (`vct update --check`)
357
357
 
358
358
  ```
359
- Current version: v0.5.10
359
+ Current version: v0.10.3
360
360
  Checking for latest release...
361
- Latest version: v0.5.10 — you are up to date!
361
+ Latest version: v0.10.3 — you are up to date!
362
362
  ```
363
363
 
364
364
  ---
@@ -11,7 +11,7 @@
11
11
  [![rust](https://img.shields.io/badge/Rust-stable-orange?logo=rust&logoColor=white&style=flat-square)](https://www.rust-lang.org/)
12
12
  [![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
13
  [![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)
14
+ [![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
15
  [![Star on GitHub](https://img.shields.io/github/stars/Mai0313/VibeCodingTracker?style=social&label=Star)](https://github.com/Mai0313/VibeCodingTracker)
16
16
  [![PRs](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/Mai0313/VibeCodingTracker/pulls)
17
17
 
@@ -226,8 +226,8 @@ vct usage --json --daily
226
226
 
227
227
  The tool automatically scans these directories:
228
228
 
229
- - `~/.claude/projects/**/*.jsonl` (Claude Code)
230
- - `~/.codex/sessions/**/*.jsonl` (Codex)
229
+ - `~/.claude/projects/**/*.jsonl` (Claude Code — recursive, includes subagent logs)
230
+ - `~/.codex/sessions/**/*.jsonl` (Codex — recursive, includes daily subdirectories)
231
231
  - `~/.copilot/session-state/<sessionId>/events.jsonl` (Copilot CLI)
232
232
  - `~/.gemini/tmp/<project_hash>/chats/*.jsonl` (Gemini CLI)
233
233
 
@@ -330,9 +330,9 @@ vct update --force
330
330
  ### Preview (`vct update --check`)
331
331
 
332
332
  ```
333
- Current version: v0.5.10
333
+ Current version: v0.10.3
334
334
  Checking for latest release...
335
- Latest version: v0.5.10 — you are up to date!
335
+ Latest version: v0.10.3 — you are up to date!
336
336
  ```
337
337
 
338
338
  ---
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "vibe_coding_tracker"
3
- version = "0.10.2"
3
+ version = "0.10.4"
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" }