Skip to content

Releases: 1HelloMan1/dsh-usage-dashboard-plus

v0.2.4 — Installable DSH bundle

Choose a tag to compare

@1HelloMan1 1HelloMan1 released this 18 Aug 08:18
  • 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 — 调用日志显示视觉调用

Choose a tag to compare

@1HelloMan1 1HelloMan1 released this 14 Aug 10:57

新增:设置页统计看板的调用日志表现在合并 vision-fallback 的外部视觉调用(/api/dsh-usage 返回 externalCalls)。\n\n- 视觉调用行标题显示"视觉调用"\n- 计入模型统计(opencode-go/mimo-v2.5)\n- 60 秒自动刷新

v0.2.2 — 修复外部视觉用量日志读取

Choose a tag to compare

@1HelloMan1 1HelloMan1 released this 14 Aug 10:48

修复: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

Choose a tag to compare

@1HelloMan1 1HelloMan1 released this 14 Aug 10:29

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

Choose a tag to compare

@1HelloMan1 1HelloMan1 released this 14 Aug 10:14

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

Choose a tag to compare

@1HelloMan1 1HelloMan1 released this 14 Aug 09:39

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