View Usage with GitHub-style Heatmap in DeepSeek Harness: dsh-usage-stats

`dsh-usage-stats` is a DeepSeek Harness Web usage dashboard plugin maintained by Make0209, licensed under MIT. It scans local persisted session logs, generates a 53-week GitHub-style heatmap on the "Usage Statistics" settings page, and displays Token breakdown, cache hit rate, consecutive usage days, workspace progress bars and aliases; it reuses the llm-deepseek API Key to call the official `/user/balance` endpoint for balance queries. The directory installation command is `dsh plugin add github:Make0209/dsh-usage-stats`. It only counts sessions that can match registered workspaces by cwd. The community directory has no official affiliation with DeepSeek or Illumina.

Read More
Display GitHub-style activity heatmap in DeepSeek Harness web interface using dsh-heatmap

dsh-heatmap is a DeepSeek Harness interface enhancement plugin maintained by 283Gawin. It places a GitHub-style heatmap of the past 90 days at the bottom of the left sidebar of the webpage, allowing users to switch among submission times, Token usage and estimated costs, and displays today's Token consumption, cache hit rate and cost by model. The data is provided by the host process which reads the local session logs and workspace git history via `/activity-heatmap/stats`. The installation command on the directory page is `dsh plugin add github:283Gawin/dsh-heatmap`, and it is under MIT license. The plugin runs with the permissions of the current dsh process. Before installation, you should check the source code and fix the commit as much as possible.

Read More