chore(pricing): record 0.39.53 publish snapshot - #190
Merged
Conversation
To use Codex here, create a Codex account and connect to github. |
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 freeto 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.
PR Goal (one sentence)
Record the LiteLLM pricing-seed snapshot regenerated by the
0.39.53npm publish (prepublishOnly->node scripts/build-pricing-seed.cjs), matching the pattern of prior publish-snapshot PRs (e.g. #186).Scope
src/)dashboard/)Checklist
npm run ci:localpasses, or focused test commands are listed below with rationaledashboard/src/content/copy.csv(N/A — data file only)feat:/fix:/refactor:/docs:/chore:/test:/ci:)0.39.53published and verified on the registry (npm view @ipv9/tokentracker-cli version->0.39.53;node scripts/verify-registry-package.cjs 0.39.53-> ok, dashboardAssets=16, cliHelp=ok)Why
0.39.53was published via an authorized local recovery publish (CI Trusted Publishing is still blocked on #179 — GitHub-hosted runner getsnpm error 404on the registry PUT).npm publishrunsprepublishOnly, which rebuilds the dashboard and refreshessrc/lib/pricing/seed-snapshot.jsonfrom live upstream LiteLLM data as a side effect. That refreshed seed is what actually shipped in the published tarball (kept_models2582 -> 2633,generated_at-> 2026-08-22T15:00:43.511Z) and should be recorded in source so a fresh checkout matches the registry artifact, per CLAUDE.md: "Inspect any tracked pricing-seed change before commit."Verified the fable/mythos fix (#187/#188) still resolves correctly against the refreshed seed:
Codex Context (required when requesting @codex review)
npm run ci:local-> full pass (1054 product-suite tests + 4 architecture-guardrail tests, dashboard build+test, all validators/checkers).Regression Test Gate
Most likely regression surface
Verification method (choose at least one)
npm run ci:localfull pass on the exact tree that produced this diff, plus a manual pricing-matcher smoke check against the new seed for the models this release fixed.Uncovered scope