dsh-status-bar-config
开发工具 活跃维护

dsh-status-bar-config

leonardoxr/dsh-status-bar-config

支持自定义对话统计数据展示行的维度与样式,轻量无依赖,安装后即可快速接入使用,直观呈现对话相关核心指标。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
TypeScript
主要语言
MIT
开源协议
53 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:leonardoxr/dsh-status-bar-config
git clone https://github.com/leonardoxr/dsh-status-bar-config.git
git clone git@github.com:leonardoxr/dsh-status-bar-config.git
README.md main

dsh-status-bar-config

English | 简体中文

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. A newly installed bundle is discovered when that profile next starts; during linked development, host rebuilds hot-reload and client bundle rebuilds require only a page refresh.