Releases: 1HelloMan1/dsh-usage-dashboard-plus
Release list
v0.2.4 — Installable DSH bundle
- Added dsh.bundle and cordis.patch.yml for direct dsh plugin installation.
- Added a marketplace installation metadata regression test.
- Documented migration from the archived dsh-stats-dashboard repository.
- Published as dsh-usage-dashboard-plus@0.2.4 on npm.
v0.2.3 — 调用日志显示视觉调用
新增:设置页统计看板的调用日志表现在合并 vision-fallback 的外部视觉调用(/api/dsh-usage 返回 externalCalls)。\n\n- 视觉调用行标题显示"视觉调用"\n- 计入模型统计(opencode-go/mimo-v2.5)\n- 60 秒自动刷新
v0.2.2 — 修复外部视觉用量日志读取
修复:externalUsageLog 为空(默认值)时误跳过读取,导致 vision-fallback 写入的 usage.jsonl 从不被统计。现在只有显式 "off" 才禁用。\n\n安装:dsh plugin --profile web add dsh-usage-dashboard-plus@0.2.2
v0.2.1 — Fix client module id
Fixes the client module id: it must match the package name (dsh-usage-dashboard-plus) so the kernel runs apply() for the dashboard tab and sidebar widget.
npm: dsh-usage-dashboard-plus@0.2.1
v0.2.0 — Merge dsh-stats-dashboard
Merges the dsh-stats-dashboard feature set into dsh-usage-dashboard-plus.
New (from dsh-stats-dashboard):
- Settings → 统计看板 tab: total calls / est. cost / cache rate cards, provider chips, per-model stats table, per-call log table (search, provider/model/session filters, date range), CSV export
- usageDashboard session projection: per-call timing (llm, TTFT, decode), token buckets, reasoning tokens, cost estimates
Kept:
- Sidebar balance + today-spend widget (polls /api/dsh-usage every 60s)
- External vision-call accounting (vision-fallback usage.jsonl) + mimo-v2.5 pricing
- Peak/off-peak DeepSeek price schedule
Install: dsh plugin --profile web add dsh-usage-dashboard-plus
v0.1.0 — Usage Dashboard Plus
Fork of dsh-usage-dashboard with external vision-call accounting.
- Counts dsh-vision-fallback external vision-model calls (JSONL usage log) into today's spend
- Bundles mimo-v2.5 pricing (opencode Zen GO rates)
- Bilingual README (English default + Chinese), MIT license
Install: dsh plugin --profile web add dsh-usage-dashboard-plus