AI Agent Hub
Back to plugins
🖥️

dsh-thinkmeter

Client Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install dmz2922990/dsh-thinkmeter

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

Run dsh plugin install dmz2922990/dsh-thinkmeter inside DeepSeek Harness to install the plugin from https://github.com/dmz2922990/dsh-thinkmeter; the Think row will then display a live token counter.

About this plugin

By default, the DeepSeek Harness chat view streams the latest line of reasoning text into the Think disclosure row while the model is thinking. dsh-thinkmeter replaces that scrolling ticker with a compact token counter: during reasoning it displays an animated estimate, and once the model settles it reads the exact usage.reasoningTokens value for a precise figure. Clicking the row still expands the full reasoning text, and the toggle is keyboard accessible via Enter or Space.

Under the hood, the plugin registers a same-key renderer in the Cordis slot system, shadowing the built-in assistant-step chat node with a lightweight substitute. Removing the plugin automatically restores the original renderer with no manual cleanup. The entire package is plain JavaScript with zero build steps.

One known trade-off: while the plugin is active, plain assistant text blocks render as pre-wrapped plain text instead of full Markdown, because the lightweight renderer cannot reuse the shipped Markdown components. dsh-thinkmeter is a good fit for DSH users who care more about reasoning token cost at a glance than watching the reasoning text scroll by.

Use Cases

  • See reasoning token cost at a glance instead of watching the reasoning text scroll by
  • Quickly gauge reasoning length and completion in a TUI session without expanding the full text
  • Toggle expand/collapse with Enter or Space for a pure-keyboard workflow

Best For

  • DeepSeek Harness users who track reasoning token usage closely
  • Developers who prefer a compact status display over a live text stream
  • Daily DSH users working in TUI or headless profiles