AI Agent Hub
Back to plugins
🖥️

dsh-status-bar-config

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install leonardoxr/dsh-status-bar-config

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

Run dsh plugin install leonardoxr/dsh-status-bar-config in your DeepSeek Harness terminal to install this plugin from https://github.com/leonardoxr/dsh-status-bar-config.

About this plugin

Out of the box, DeepSeek Harness displays nine conversation metrics simultaneously — turns, steps, LLM time, tool-call time, TTFT, decode throughput, cache-hit rate, input tokens, and output tokens. The information is valuable, yet there is no native way to hide a single item; customizing the display previously required patching Harness source. dsh-status-bar-config solves this by shadowing the shipped conversation.composer.dock entry at a lower public-slot priority, preserving the original layout and visuals while making every metric independently toggleable.

Configuration lives under Settings → Plugins → Conversation statistics and applies in real time with no restart needed. All nine metrics are enabled by default in standard order. The plugin follows the active DSH English or Chinese locale, leverages durable whole-session projections when available, and gracefully falls back to the shipped loaded-window otherwise.

Ideal for developers who want to track only TTFT and tokens/second while building or debugging agent workloads, and for general users who prefer a cleaner bar focused on token counts or LLM time. No source edits required — just open the panel and switch off what you do not need.

Use Cases

  • Debugging agent calls with only TTFT and throughput visible
  • Daily use focused on token counts and LLM time
  • Demo setup hiding internal metrics for a clean view

Best For

  • Developers debugging agent behaviour
  • Everyday users preferring a minimal interface
  • Small teams customizing Harness for internal tools