Skip to content

Releases: xavier711/dsh-plugin-deepseek-usage

v0.2.0 — usage trend chart & polish

Choose a tag to compare

@xavier711 xavier711 released this 15 Aug 04:11

Feature release.

New:

  • 用量趋势 (Usage trend) chart: fixed-height stacked bars over 近 7 天 / 近 30 天 / 近 12 个月, with Lifetime / Peak / Streak summary
  • Hover tooltips on every chart now show segment colors matching the legend
  • Skeleton loading screen (shimmer) — the panel opens at final size, no height jump
  • Single-scroll panel layout (tabs removed), tighter spacing, auto-hiding scrollbar
  • Full zh/en localization (weekdays, months, summary terms, streak formats)

Improved:

  • Host now computes a 52-week activity frame (Sunday-aligned) plus consecutive-day streaks from full history

Install:

dsh plugin --profile web add git+https://github.com/xavier711/dsh-deepseek-usage.git#v0.2.0

v0.1.0 — initial release

Choose a tag to compare

@xavier711 xavier711 released this 14 Aug 07:28

DeepSeek usage panel for the DSH Web GUI.

Features:

  • Account balance via the official /user/balance API (host-side; API key never reaches the browser)
  • Per-model local token statistics replayed from session logs: today / 7 days / all time, 7-day chart, token composition, per-session breakdown, per-model cost at official DeepSeek rates (incl. the 2026-08-17 V4 peak/off-peak pricing)
  • In-plugin update check: the panel shows a "new version" banner with the update command when a newer release exists
  • One-command install (dsh.bundle auto-activation), bilingual READMEs, sanitized screenshots

Install:

dsh plugin --profile web add git+https://github.com/xavier711/dsh-deepseek-usage.git#v0.1.0