Skip to content

Token Studio v4.8.6

Choose a tag to compare

@RyanCoreAI RyanCoreAI released this 18 Jun 12:20
· 17 commits to main since this release

Token Studio v4.8.6

This release hardens the public npx token-studio path before npm publication.

Highlights

  • npx token-studio is the primary real-data path: it runs read-only coverage, applies trusted Claude/Codex event-level usage when safe, then starts the local UI.
  • npx token-studio demo remains synthetic demo data only and never proves real collection success.
  • Added tarball install smoke (npm run smoke:npx) so source-checkout success is not enough for release.
  • Added browser console smoke (npm run smoke:browser) to catch Dashboard ReferenceError, duplicate React keys, and UI-port API proxy failures.
  • Fixed repeated table row keys for missing or synthetic session identities.
  • Hardened real collection visibility: Cursor detected-only/no-token-fields is not marketed as successful usage collection.

Privacy and billing boundaries

  • Token Studio reads structured local token metadata only.
  • It does not save prompt, response, transcript, diff, or full local file paths.
  • Cost is official public token-price conversion for review and strategy, not a provider invoice.
  • Historical coverage is limited to local logs that still exist and contain reliable token fields; gaps are reported instead of silently estimated.

Release gate run locally

  • npm test
  • npm run build
  • npm run privacy:check
  • node src/cli.mjs privacy-check --include-untracked
  • npm audit --audit-level=low
  • npm run smoke:npx
  • npm run smoke:browser
  • npm pack --dry-run
  • git diff --check