Skip to content

Token Studio v6.0.8

Latest

Choose a tag to compare

@RyanCoreAI RyanCoreAI released this 21 Jun 03:56

Token Studio v6.0.8

This release closes the v6 release gate for the local-first Token Studio ROI workflow.

npm is published: token-studio@6.0.8.

Fixed

  • /api/live no longer reports a hard 500-event sample as the 24h request count. Live totals are now based on the requested time window.
  • Browser /live and Desktop Pulse use the same local structured token data source, so the realtime surface no longer diverges from the desktop companion.
  • Release gate process cleanup was hardened so Windows smoke:npx and cross-platform CI can validate the installed-package path reliably.
  • npm Trusted Publishing metadata was corrected so the published package, GitHub tag, and Release point to the same commit.

Security and privacy

  • /api/ingest is disabled by default and requires INGEST_TOKEN when explicitly enabled.
  • Token Studio stores local structured token metadata only. It does not save prompt, response, transcript, diff, or full local file path content.
  • Desktop Pulse is a local realtime companion for burn rate, budget windows, reset countdown, unpriced models, and open actions. The Web Review and Trust pages remain the full ROI review workflow.

Cost wording

  • Dollar values are official public token-price conversions for review and strategy simulation. They are not provider invoices or financial reconciliation.

Install and verify

npx token-studio@6.0.8 --dry-run-only --no-open
npx token-studio@6.0.8 demo --no-open
npx token-studio@6.0.8 statusline --format=text

Source checkout verification

git checkout v6.0.8
npm ci
npm test
npm run smoke:npx
npm run smoke:browser
npm run desktop:smoke