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/liveno longer reports a hard 500-event sample as the 24h request count. Live totals are now based on the requested time window.- Browser
/liveand 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:npxand 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/ingestis disabled by default and requiresINGEST_TOKENwhen 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=textSource checkout verification
git checkout v6.0.8
npm ci
npm test
npm run smoke:npx
npm run smoke:browser
npm run desktop:smoke