chore(release): 0.39.44 - #126
Merged
Merged
Conversation
15 commits since v0.39.43. Tracker: #125. User-facing: - The Projects panel honours the date range. It read no query parameter at all, so picking "24h" narrowed every other card while Projects kept showing all-time totals with nothing on screen saying so (#118). - Per-repo cost, with rows written before the change named as unpriced rather than shown as a confident $0 (#121). - Sources with no per-repo attribution are named, instead of their absence reading as "that tool cost nothing here" (#118). - A plan-value card answering what README:32 already promised, labelled as list-price-equivalent rather than a saving (#122). - The Codex quota chip no longer vanishes on a 401 (#119). - `sync --compact`, which reclaimed 34,924 lines to 5,636 on a real install (#117). Behind the scenes: outbound-privacy validator hardening (#111, #114), avatar proxy per-hop revalidation, port-aware allowlisting and a real download cap (#109, #112), a parser conformance ratchet (#116, #120), scripts/graph out of the product gate (#115), and a usage-limits fixture capture tool (#124). Version bumped in all four lockstep locations by the `version` hook: package.json, package-lock.json, both TokenTrackerBar targets, and the Windows csproj. validate:version-lockstep passes. WATCH AFTER SHIPPING: #121 migrates cursors.json on every user's first sync after upgrading, re-keying project buckets from project|source|hour to project|source|model|hour. Without that the old bucket strands and its usage is counted twice. Verified read-only against a real 2,015-bucket state — every key migrated, total_tokens preserved exactly at 6,281,653,062, and all 2,015 queuedKey markers survived, the loss of which would re-append every row. That is one machine; a differently-shaped state is the residual risk. ci:local exit 0: 972 root tests, 302 dashboard.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release 0.39.44. Closes #125.
Version bumped in all four lockstep locations by the
versionhook —package.json,package-lock.json, bothTokenTrackerBartargets (MARKETING_VERSION), andTokenTrackerWin.csproj.validate:version-locksteppasses.15 commits since
v0.39.43.What users get
computeRowCostworks per repository.README:32already promised, labelled list-price-equivalent rather than a saving.sync --compact(#117)Behind the scenes: outbound-privacy validator hardening (#111, #114), avatar proxy per-hop revalidation + port-aware allowlisting + a real download cap (#109, #112), a parser conformance ratchet (#116, #120),
scripts/graphout of the product gate (#115), a usage-limits fixture capture tool (#124).The one thing to watch after this ships
#121 migrates
cursors.jsonon every user's first sync after upgrading, re-keying project buckets fromproject|source|hourtoproject|source|model|hour. Without that the old bucket strands, new usage restarts from zero under the model key, and the reader still sees the old row — the usage is counted twice.Verified read-only against a real 2,015-bucket state:
total_tokenspreserved exactly: 6,281,653,062 unchangedqueuedKeymarkers survived — losing those would re-append every rowThat is one machine. A differently-shaped state is the residual risk, and it is the thing to look at first if anything is reported.
Test plan
ci:localexit 0 — 972 root tests, 302 dashboardvalidate:version-locksteppasses; all four locations read 0.39.44npm view @ipv9/tokentracker-cli@0.39.44→ 404, so the version is freev0.39.44, runrelease (macOS + Windows),npm publish0.39.44— not just that the workflow went green