편집자 노트

Token 用量热力

DeepSeek Harness Web GUI

이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.

업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.

English | 简体中文

@kelearns/dsh-token-usage

npm version License GitHub

Token usage heatmap for the DeepSeek Harness (dsh) web GUI — a GitHub-style contribution graph for daily / weekly / cumulative token consumption, with a summary bubble, hover details, and activity insights. Mounted through the official dsh plugin mechanism (dsh plugin add) — no dsh source changes.

A "Token Activity" entry appears in the settings sidebar.

Screenshots

Daily heatmap — dark theme, English (12-month window)

Daily token usage heatmap, dark theme, English

Three views — dark theme, English

DailyWeeklyCumulative
Daily viewWeekly viewCumulative view

Light theme & Chinese UI

Light (English)深色主题(简体中文)
Light theme, EnglishDark theme, Chinese

Features

  • Summary bubble — one rounded container with 5 statistics divided by vertical rules: total / peak-day / longest session / current streak / longest streak;
  • Three views — Daily (per-day color levels), Weekly (per-week stacked cells: week total ÷ (max week / 7) cells, deepest color), Cumulative (per-week cumulative stack: total ÷ 7 per cell, newest column always full);
  • Window switch — last 3 / 6 / 12 months (default 12); fixed 12px cells, 12-month view scrolls horizontally and auto-scrolls to the latest week;
  • Hover details — hovering a cell shows that day's total, that week's total, or the week-to-date cumulative as of that day (localized zh/en);
  • Activity insights — most used model / reasoning effort / tool, peak hour, daily & monthly averages, most active weekday, most active day; sorted by label length, two equal columns with a continuous center divider;
  • i18n — zh / en, follows the document language live;
  • Themes — light & dark palettes, follows the dsh application theme;
  • Auto refresh — re-scans changed session files every 60s and on focus;
  • Cross-platform — pure Node stdlib on the host side (fs / path / os / zlib), works on Windows, macOS and Linux; the browser half is platform-agnostic.

Install (official mechanism)

Requires pnpm on PATH:

npm install -g pnpm

From npm (recommended):

dsh plugin --profile web add @kelearns/dsh-token-usage

Local development install (run from this repository's root — link:. resolves to the current directory):

dsh plugin --profile web add link:.

Remove:

dsh plugin --profile web remove @kelearns/dsh-token-usage

The installer reads cordis.patch.yml (the dsh.bundle.patch manifest field) and applies the plugin row automatically — no manual patch editing. Restart dsh web to activate.

Manual equivalent (no CLI)

  1. Put the package into the profile node_modules: $DSH_HOME/profiles/web/node_modules/@kelearns/dsh-token-usage;
  2. Append this block to $DSH_HOME/cordis.patch.yml (idempotent):
- insert:
    - id: dsh-token-usage
      name: '@kelearns/dsh-token-usage'
  1. Restart dsh web.

Data source

$DSH_HOME/sessions///session.jsonl.zstd (the official dsh JSONL persistence: concatenated zstd frames; first line is the session header, followed by the event stream).

Token usage is folded from assistant/chunk events with chunk.type === "usage" (usage { inputTokens, outputTokens, cacheReadTokens }) attributed to local days by event time (epoch ms). Total = input + output + cache read. Insights additionally read request/header (model / reasoning effort), tool/call (tools) and usage timestamps (peak hour / weekday).

Per-file results are cached by (size, mtimeMs); rescans only re-decode changed (active) sessions.

Routes (same-origin)

MethodPathDescription
GET/dsh-token-usage/statsFull statistics: { totals, stats, insights, today, days:[{d,i,o,c,a}], scan }
POST/dsh-token-usage/refreshForce cache invalidation and rescan
GET/dsh-token-usage/statusCache / last scan state

Configuration

- insert:
    - id: dsh-token-usage
      name: '@kelearns/dsh-token-usage'
      config:
        refreshIntervalMinutes: 5   # background rescan interval (default 5)

Tests

node test/mock.test.mjs                                   # synthetic full pipeline
node test/mock.test.mjs "$env:USERPROFILE\.dsh"  # real-data smoke (any DSH_HOME)
node test/layout-algo.mjs                                  # layout algorithm matrix

Known limitations

  • Counts sessions that carry usage events (dsh session log format, verified on 0.1.0-rc.6);
  • Days are attributed in the process local timezone; weeks start on Monday;
  • zstd decompression requires Node >= 22.2 (satisfied by the official dsh runtime);
  • Missing/unreadable session directories yield empty statistics without affecting the GUI.

License

MIT

REPOSITORY SIGNALS

보안 및 설치 증거

이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.

출처 추적 가능

공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.

라이선스

저장소가 MIT 라이선스를 선언했습니다.

유지보수 활동

최근 180일 내 코드 업데이트가 있습니다.

설치 증거

재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.

설치 라이프사이클 스크립트

검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.