chore(release): version packages#19
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
faraa2m
pushed a commit
that referenced
this pull request
May 11, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
tokenometer@0.1.0
Minor Changes
#11
a864454Thanks @faraa2m! - Project legitimacy and SEO rollout (Wave 1 of v1.0.0):CODE_OF_CONDUCT.md(Contributor Covenant 2.1),CONTRIBUTING.md,SECURITY.md(GitHub Private Vulnerability Reporting only — no email exposure),CHANGELOG.md..github/copilot-instructions.mdforgh copilot review, plusPULL_REQUEST_TEMPLATE.md, issue forms (bug_report.yml,feature_request.yml,config.yml), andFUNDING.yml.README.mdwith badges row, "Why Tokenometer vs alternatives" comparison table (vstokencost,tiktoken,gpt-tokenizer,promptfoo,gpt-token-counter-live), ASCII demo of CLI table output, and project-health checklist.keywordsanddescriptionacrosstokenometer(CLI),@tokenometer/core, and@tokenometer/actionfor SEO. Root description now reads: "Tokenometer — LLM cost calculator, token counter, and CI cost-guardrail Action for Claude, GPT-4o, Gemini.".github/release-notes-v1.0.0.md) and awesome-list PR templates (.github/awesome-list-prs/).release.ymlworkflow with the Changesets-driven version-PR + publish flow.#13
cc745d5Thanks @faraa2m! - Action sticky PR comment now includes a top-N changed-file table with per-fileΔ tokens and Δ USD, plus a collapsible "all files" section. New optional
top-n-filesinput controls N (default 5).#13
cc745d5Thanks @faraa2m! - CLI gains:--modelis omitted (picks based on which*_API_KEYenv is set)..tokenometer.ymlconfig loading (walk-up);--no-configand--config <path>overrides.--by-fileper-file token/cost attribution table.--output table|json|sariffor machine-readable output.--image <path>(repeatable) for vision-token cost estimation across Claude / GPT-4o / Gemini.#13
cc745d5Thanks @faraa2m! - Core lib additions for v1.0.0:loadConfig/parseConfigfor.tokenometer.yml.toSarifSARIF 2.1.0 output.#14
061e0c5Thanks @faraa2m! - Add@tokenometer/claude-code-skill— a Claude Code skill that teachesClaude Code agents to invoke
npx tokenometerfor prompt-cost analysis.Install via
~/.claude/skills/tokenometer/SKILL.md. Submission tocommunity skill registry tracked separately.
#14
061e0c5Thanks @faraa2m! - Add--latencyflag — measures real generation latency (TTFT + total ms +tokens/sec, p50/p95/mean over n trials) alongside token cost. Implies
--empirical. Default trials = 3, configurable via--latency-trials <n>(1-10). Bumps default
--max-spendto $0.25 to cover the n × 200-tokengenerations. Supported providers: Anthropic, OpenAI, Google, Cohere,
Mistral (latter two are metered).
#14
061e0c5Thanks @faraa2m! - Add Mistral and Cohere providers.mistral-tokenizer-jsfor SentencePiece family (Mistral 7B,Mixtral, Mistral Large 2407, Codestral);
chars/4heuristic for Tekkenmodels (NeMo, Pixtral, Mistral Small 2409+, Devstral, Mistral Medium
2505+, Magistral, Ministral). All marked
approximate: true. Empiricalmode unsupported (Mistral has no public token-count API).
chars/4(Cohere SDK is REST-only; no offlinetokenizer ships in JS). Empirical via
POST /v1/tokenizewhenCOHERE_API_KEYis set.Pricing for Mistral auto-sourced from
@tokenlens/models/mistral. Coherepricing comes from
LOCAL_OVERRIDES(command-r,command-r-plus)because
@tokenlens/modelsdoes not yet ship a Cohere catalog at v1.3.0.#14
061e0c5Thanks @faraa2m! - Playground (https://tokenometer.vercel.app) gains showcase pages forevery Wave 2 feature:
/diff,/by-file,/sarif,/vision,/config-builder,/init,/models(Cost Atlas + per-model SEO pages),plus placeholder pages for the VS Code extension and Claude Code skill.
#14
061e0c5Thanks @faraa2m! - Add VS Code / Cursor extension (@tokenometer/vscode). Status bar showslive token count + USD cost for the active editor file across Claude,
GPT-4o, and Gemini. Reuses
@tokenometer/core. Marketplace publishfollows in Phase I.
#15
3681ae3Thanks @faraa2m! - Documentation + SEO sweep: README, per-package READMEs, package.jsondescriptions and keywords updated to reflect every shipped feature
(CLI flags, GitHub Action, VS Code extension, Claude Code skill,
Mistral + Cohere providers, latency benchmarking, vision tokens, SARIF).
Repo metadata + awesome-list templates regenerated. No source code
changes.
#16
dd9dab3Thanks @faraa2m! - Unified release pipeline (Phase I): one merge of the Version Packages PRpublishes tokenometer + @tokenometer/core to npm with provenance, creates
the GitHub Release (which republishes the Action to GitHub Marketplace),
publishes the VS Code extension to VS Code Marketplace + Open VSX, runs
a post-publish smoke test, verifies the Marketplace listing, and triggers
the Vercel deploy hook. Local
npm run smokeruns the full sweep (lint,typecheck, test, build, benchmarks, CLI smoke).
Patch Changes
a864454,cc745d5,cc745d5,cc745d5,061e0c5,061e0c5,061e0c5,061e0c5,061e0c5,3681ae3,dd9dab3]:@tokenometer/core@0.1.0
Minor Changes
#11
a864454Thanks @faraa2m! - Project legitimacy and SEO rollout (Wave 1 of v1.0.0):CODE_OF_CONDUCT.md(Contributor Covenant 2.1),CONTRIBUTING.md,SECURITY.md(GitHub Private Vulnerability Reporting only — no email exposure),CHANGELOG.md..github/copilot-instructions.mdforgh copilot review, plusPULL_REQUEST_TEMPLATE.md, issue forms (bug_report.yml,feature_request.yml,config.yml), andFUNDING.yml.README.mdwith badges row, "Why Tokenometer vs alternatives" comparison table (vstokencost,tiktoken,gpt-tokenizer,promptfoo,gpt-token-counter-live), ASCII demo of CLI table output, and project-health checklist.keywordsanddescriptionacrosstokenometer(CLI),@tokenometer/core, and@tokenometer/actionfor SEO. Root description now reads: "Tokenometer — LLM cost calculator, token counter, and CI cost-guardrail Action for Claude, GPT-4o, Gemini.".github/release-notes-v1.0.0.md) and awesome-list PR templates (.github/awesome-list-prs/).release.ymlworkflow with the Changesets-driven version-PR + publish flow.#13
cc745d5Thanks @faraa2m! - Action sticky PR comment now includes a top-N changed-file table with per-fileΔ tokens and Δ USD, plus a collapsible "all files" section. New optional
top-n-filesinput controls N (default 5).#13
cc745d5Thanks @faraa2m! - CLI gains:--modelis omitted (picks based on which*_API_KEYenv is set)..tokenometer.ymlconfig loading (walk-up);--no-configand--config <path>overrides.--by-fileper-file token/cost attribution table.--output table|json|sariffor machine-readable output.--image <path>(repeatable) for vision-token cost estimation across Claude / GPT-4o / Gemini.#13
cc745d5Thanks @faraa2m! - Core lib additions for v1.0.0:loadConfig/parseConfigfor.tokenometer.yml.toSarifSARIF 2.1.0 output.#14
061e0c5Thanks @faraa2m! - Add@tokenometer/claude-code-skill— a Claude Code skill that teachesClaude Code agents to invoke
npx tokenometerfor prompt-cost analysis.Install via
~/.claude/skills/tokenometer/SKILL.md. Submission tocommunity skill registry tracked separately.
#14
061e0c5Thanks @faraa2m! - Add--latencyflag — measures real generation latency (TTFT + total ms +tokens/sec, p50/p95/mean over n trials) alongside token cost. Implies
--empirical. Default trials = 3, configurable via--latency-trials <n>(1-10). Bumps default
--max-spendto $0.25 to cover the n × 200-tokengenerations. Supported providers: Anthropic, OpenAI, Google, Cohere,
Mistral (latter two are metered).
#14
061e0c5Thanks @faraa2m! - Add Mistral and Cohere providers.mistral-tokenizer-jsfor SentencePiece family (Mistral 7B,Mixtral, Mistral Large 2407, Codestral);
chars/4heuristic for Tekkenmodels (NeMo, Pixtral, Mistral Small 2409+, Devstral, Mistral Medium
2505+, Magistral, Ministral). All marked
approximate: true. Empiricalmode unsupported (Mistral has no public token-count API).
chars/4(Cohere SDK is REST-only; no offlinetokenizer ships in JS). Empirical via
POST /v1/tokenizewhenCOHERE_API_KEYis set.Pricing for Mistral auto-sourced from
@tokenlens/models/mistral. Coherepricing comes from
LOCAL_OVERRIDES(command-r,command-r-plus)because
@tokenlens/modelsdoes not yet ship a Cohere catalog at v1.3.0.#14
061e0c5Thanks @faraa2m! - Playground (https://tokenometer.vercel.app) gains showcase pages forevery Wave 2 feature:
/diff,/by-file,/sarif,/vision,/config-builder,/init,/models(Cost Atlas + per-model SEO pages),plus placeholder pages for the VS Code extension and Claude Code skill.
#14
061e0c5Thanks @faraa2m! - Add VS Code / Cursor extension (@tokenometer/vscode). Status bar showslive token count + USD cost for the active editor file across Claude,
GPT-4o, and Gemini. Reuses
@tokenometer/core. Marketplace publishfollows in Phase I.
#15
3681ae3Thanks @faraa2m! - Documentation + SEO sweep: README, per-package READMEs, package.jsondescriptions and keywords updated to reflect every shipped feature
(CLI flags, GitHub Action, VS Code extension, Claude Code skill,
Mistral + Cohere providers, latency benchmarking, vision tokens, SARIF).
Repo metadata + awesome-list templates regenerated. No source code
changes.
#16
dd9dab3Thanks @faraa2m! - Unified release pipeline (Phase I): one merge of the Version Packages PRpublishes tokenometer + @tokenometer/core to npm with provenance, creates
the GitHub Release (which republishes the Action to GitHub Marketplace),
publishes the VS Code extension to VS Code Marketplace + Open VSX, runs
a post-publish smoke test, verifies the Marketplace listing, and triggers
the Vercel deploy hook. Local
npm run smokeruns the full sweep (lint,typecheck, test, build, benchmarks, CLI smoke).
@tokenometer/vscode@0.0.3
Patch Changes
a864454,cc745d5,cc745d5,cc745d5,061e0c5,061e0c5,061e0c5,061e0c5,061e0c5,3681ae3,dd9dab3]: