Skip to content

Releases: sarthak-fleet/codevetter

CodeVetter v1.1.18

05 Jun 14:20

Choose a tag to compare

CodeVetter v1.1.16

02 Jun 10:41

Choose a tag to compare

CodeVetter v1.1.15

01 Jun 10:43

Choose a tag to compare

CodeVetter v1.1.13

01 Jun 09:50

Choose a tag to compare

CodeVetter v1.1.12

26 May 19:47

Choose a tag to compare

What's Changed

Full Changelog: v1.1.9...v1.1.12

CodeVetter v1.1.9

26 Apr 06:30

Choose a tag to compare

Storage

  • DB shrinks ~50×. Replaced per-message rows (3M+) with per-day count buckets. UI only needs per-day token attribution; same math, same numbers, fraction of the disk. Expected ~1 GB → ~50 MB after migration.
  • One-shot migration on first launch backfills buckets, drops cc_messages, VACUUMs.

Notes

  • VACUUM on first launch will be slow if you're upgrading from <= 1.1.8 with a large DB — give it a couple minutes before quitting.

CodeVetter v1.1.8

26 Apr 06:09

Choose a tag to compare

Fixes

  • Token stats no longer frozen. Periodic indexer was aborting mid-loop on first per-project error, leaving most ~/.claude/projects/ dirs unscanned. New project dirs (e.g. after moving a repo) never got indexed.
  • Storage trimmed ~85%. Stopped storing full message bodies in cc_messages — UI only needs counts/tokens. One-shot migration on first launch NULLs old content_text, drops the FTS index, and VACUUMs. Expect 4 GB DB → ~600 MB.
  • Auto-updater repaired. Sign the final updater tarball post-bundling so the in-app updater can finally pull future releases.

Notes

  • First launch will run a VACUUM (slow, one-time) to reclaim disk.

CodeVetter v1.1.7

25 Apr 13:41

Choose a tag to compare

Features

  • Tray menu live usage — click the menu-bar icon to see Claude 5h/7d util %, Gemini tokens today, etc. per account.
  • Close to tray — closing the window keeps the app running in the menu bar; reopen from tray.

Improvements

  • Indexer 30s — tray token count refreshes faster.

CodeVetter v1.1.2

24 Apr 08:05

Choose a tag to compare

Fix updater manifest upload

CodeVetter v1.1.1

24 Apr 07:35

Choose a tag to compare

Chart x-axis polish + signed auto-updater