vibe-coding-tracker 0.10.4__tar.gz → 0.12.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.4
3
+ Version: 0.12.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)
@@ -43,7 +45,7 @@ Description-Content-Type: text/markdown
43
45
 
44
46
  </div>
45
47
 
46
- **Track your AI coding costs in real-time.** Vibe Coding Tracker is a lightweight, high-performance CLI tool built in Rust that monitors and analyzes your Claude Code, Codex, Copilot, and Gemini usage — with detailed cost breakdowns, token statistics, and code operation insights, all while keeping the memory footprint minimal.
48
+ **Track your AI coding costs in real-time.** Vibe Coding Tracker is a lightweight, high-performance CLI tool built in Rust that monitors and analyzes your Claude Code, Codex, Copilot, Gemini, and OpenCode usage — with detailed cost breakdowns, token statistics, and code operation insights, all while keeping the memory footprint minimal.
47
49
 
48
50
  [English](README.md) | [繁體中文](README.zh-TW.md) | [简体中文](README.zh-CN.md)
49
51
 
@@ -72,7 +74,7 @@ Choose your preferred view:
72
74
 
73
75
  ### Zero Configuration
74
76
 
75
- Automatically detects and processes logs from Claude Code, Codex, Copilot, and Gemini. No setup required — just run and analyze.
77
+ Automatically detects and processes logs from Claude Code, Codex, Copilot, Gemini, and OpenCode. No setup required — just run and analyze.
76
78
 
77
79
  ### Rich Insights
78
80
 
@@ -256,6 +258,7 @@ The tool automatically scans these directories:
256
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)
261
+ - `~/.local/share/opencode/opencode.db` (OpenCode — SQLite database; honors `$XDG_DATA_HOME`)
259
262
 
260
263
  ---
261
264
 
@@ -410,5 +413,6 @@ docker run --rm \
410
413
  -v ~/.codex:/root/.codex \
411
414
  -v ~/.copilot:/root/.copilot \
412
415
  -v ~/.gemini:/root/.gemini \
416
+ -v ~/.local/share/opencode:/root/.local/share/opencode \
413
417
  vibe_coding_tracker:latest usage
414
418
  ```
@@ -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)
@@ -17,7 +19,7 @@
17
19
 
18
20
  </div>
19
21
 
20
- **Track your AI coding costs in real-time.** Vibe Coding Tracker is a lightweight, high-performance CLI tool built in Rust that monitors and analyzes your Claude Code, Codex, Copilot, and Gemini usage — with detailed cost breakdowns, token statistics, and code operation insights, all while keeping the memory footprint minimal.
22
+ **Track your AI coding costs in real-time.** Vibe Coding Tracker is a lightweight, high-performance CLI tool built in Rust that monitors and analyzes your Claude Code, Codex, Copilot, Gemini, and OpenCode usage — with detailed cost breakdowns, token statistics, and code operation insights, all while keeping the memory footprint minimal.
21
23
 
22
24
  [English](README.md) | [繁體中文](README.zh-TW.md) | [简体中文](README.zh-CN.md)
23
25
 
@@ -46,7 +48,7 @@ Choose your preferred view:
46
48
 
47
49
  ### Zero Configuration
48
50
 
49
- Automatically detects and processes logs from Claude Code, Codex, Copilot, and Gemini. No setup required — just run and analyze.
51
+ Automatically detects and processes logs from Claude Code, Codex, Copilot, Gemini, and OpenCode. No setup required — just run and analyze.
50
52
 
51
53
  ### Rich Insights
52
54
 
@@ -230,6 +232,7 @@ The tool automatically scans these directories:
230
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)
235
+ - `~/.local/share/opencode/opencode.db` (OpenCode — SQLite database; honors `$XDG_DATA_HOME`)
233
236
 
234
237
  ---
235
238
 
@@ -384,5 +387,6 @@ docker run --rm \
384
387
  -v ~/.codex:/root/.codex \
385
388
  -v ~/.copilot:/root/.copilot \
386
389
  -v ~/.gemini:/root/.gemini \
390
+ -v ~/.local/share/opencode:/root/.local/share/opencode \
387
391
  vibe_coding_tracker:latest usage
388
392
  ```
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "vibe_coding_tracker"
3
- version = "0.10.4"
3
+ version = "0.12.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" }