AI Agent Hub
Back to plugins
🖥️

dsh-context-dashboard

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-context-dashboard

Paste the following prompt into your AI chat to install this plugin:

Install this plugin in DeepSeek Harness by running dsh plugin install uckkk/dsh-context-dashboard, source code: https://github.com/uckkk/dsh-context-dashboard

About this plugin

The longer a DSH session grows, the steeper the token bill becomes, yet the actual context spend is scattered across line after line of session logs, making it hard to see where your budget really goes. dsh-context-dashboard turns that opacity into clarity: session_stats breaks down every session by message count, turn count, tool calls, character total, and estimated tokens (sortable by token, messages, or time), while context_report delivers a global summary highlighting top-consuming sessions and per-project rollups so you can spot the heavy hitters at a glance.

The plugin reads DSH's native .jsonl.zstd or plain .jsonl logs directly, is implemented in pure Node with zero third-party runtime dependencies, and requires no extra services to run. It is well suited for agent developers and daily DSH power users who want concrete visibility into their context and token budget before deciding to clean up, export, or compress sessions.

Use Cases

  • Quickly identify the sessions consuming the most tokens
  • Review context allocation grouped by project
  • Assess per-session cost before cleaning up or exporting

Best For

  • Agent developers running multiple DSH sessions daily
  • Teams that need to control context and token costs
  • Power users focused on budget visibility and data-driven decisions