leonardoxr/dsh-status-bar-config ↗★ 0
dsh-status-bar-config
Configurable conversation statistics row for DeepSeek Harness
AI 분석
核心用途是允许用户自定义隐藏或显示对话底部的各项指标(如Token数、TTFT、吞吐量等)。适合需要监控模型性能指标或追求极简界面的用户。
설치
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:leonardoxr/dsh-status-bar-configdsh-status-bar-config
A DeepSeek Harness plugin that makes the conversation statistics row configurable without patching Harness.
It shadows the shipped conversation.composer.dock entry with the same stats id at a lower public slot priority, preserving the normal placement and visuals while allowing each metric to be hidden independently.
Settings
Open Settings → Plugins → Conversation statistics. Changes apply live.
- Entire statistics row
- Turns
- Steps
- LLM time
- Tool-call time
- Average time to first token (TTFT)
- Decode throughput (tokens/second)
- Cache-hit percentage
- Input tokens
- Output tokens
All metrics are enabled by default and keep the standard order. The row follows the active DSH English or Chinese locale. It uses the durable whole-session projections when available and preserves the shipped loaded-window fallback otherwise.
Development
pnpm install
pnpm check
pnpm pack
Install the packed tarball through a DSH profile, then restart Web when convenient so the new host namespace and client bundle are discovered.