From ca946590d984389725254ee33cbaf81043cc1a52 Mon Sep 17 00:00:00 2001 From: "itarun.p" Date: Wed, 22 Jul 2026 21:41:42 +0700 Subject: [PATCH] chore: release 0.39.39 Ships the issue #75 Codex subagent fork-history fix that is already on main: - #77 parser fix (exclude replayed fork parent history from token accounting) - #78 one-time rebuild migration for already-inflated Codex aggregates The version bump is what lets npm-publish.yml actually publish main (the job skips while the package.json version already exists on npm). Required so the dashboard LaunchAgent and `npx @ipv9/tokentracker-cli sync` pick up the fixed parser + migration instead of the still-inflated 0.39.38. Co-authored-by: itarun.p --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97eafaa9..ad433dd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ipv9/tokentracker-cli", - "version": "0.39.38", + "version": "0.39.39", "description": "Local-first token and cost dashboard for 22 AI coding tools, including Claude Code, Codex, Cursor, Gemini, Kiro, OpenCode, OpenClaw, Copilot, Antigravity, Zed, and Goose.", "main": "src/cli.js", "bin": {