Bobnemimimmi/dsh-always-status-bar ↗★ 0
dsh-always-status-bar
DSH Web UI plugin: keep the native per-message status line (date | time, run duration, TTFT, tokens/s) always visible without hovering
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Bobnemimimmi/dsh-always-status-bar说明文档
阅读完整 README ↗Usage
安装
dsh plugin --profile web add github:Bobnemimimmi/dsh-always-status-bar
本地目录 / tarball 安装:
dsh plugin --profile web add ./dsh-always-status-bar
git 安装会由 pnpm 运行本包的 prepare 自构建;pnpm ≥10 首次 add 会拒绝并要求授权,
按提示把 allowBuilds: dsh-always-status-bar: true 加入 profile 的 pnpm-workspace.yaml
后重跑即可。本地目录与 tarball 安装无需任何构建。
重启 dsh web 即生效。
卸载
dsh plugin --profile web remove dsh-always-status-bar
重启 dsh web 后恢复原生 Hover-only 行为。