Skip to content

dsh-token-usage-sidebar v1.1.0

Choose a tag to compare

@y2zyyr y2zyyr released this 16 Aug 15:31
· 2 commits to main since this release

Major improvement — v1.1 introduces a scalable SQLite-backed durable Token ledger designed for long-running DSH installations.

Upgrade — Existing v1.0.1 usage data is automatically backed up, migrated, and verified before cutover.

Performance — Token writes no longer require copying/re-writing the entire lifetime history.

Reliability — Authoritative invocation records are now the source of truth; aggregates are rebuildable.

Existing UX — Today / Yesterday / Total and Settings analytics remain available.

Privacy — Usage accounting remains local and does not store conversation contents.

Compatibility — Requires a Node.js runtime that exposes the built-in node:sqlite module (CI verifies Node 22 and 24).