dsh-token-dashboard
English | 中文
A read-only token usage dashboard for DeepSeek Harness. It adds a Statistics tab to DSH Web for session totals, cache and context metrics, request efficiency, per-step details, and cross-session comparison.
dsh-token-dashboard screenshot
Features
- Current session: billed input, output, cache hit rate, context usage, timing, throughput, and per-step token details.
- All sessions: sortable usage comparison with current, running, and subagent labels.
- Local and read-only: uses DSH's existing projections; no API calls, telemetry, storage, or model requests.
- Bilingual UI: English and Chinese follow the active DSH locale.
Install
Requires a working DSH Web installation on Node.js 22.19 or newer.
dsh plugin --profile web add dsh-token-dashboard
Restart DSH Web after installation. The Statistics / 统计 tab will appear beside the conversation and trajectory tabs.
Install directly from GitHub:
dsh plugin --profile web add github:tsja/deepseek-harness-token-dashboard
Uninstall:
dsh plugin --profile web remove dsh-token-dashboard
Notes
- Durable totals cover the full session log; per-step rows cover the currently loaded window.
- Missing projection values are shown as
—, not zero.
- This plugin reports token usage, not API balance or monetary cost.
- Do not install it alongside
@deepseek-ai/dsh-client-usage-dashboard; both provide the same view.
License
MIT