dsh-thinkmeter
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
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.