DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Always Status Bar — DSH Plugin for DeepSeek Harness
← Plugins
A

dsh-always-status-bar

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

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Bobnemimimmi/dsh-always-status-bar#ea8416f90ccad2fa2683003cf5685da30204479b
READMECompatibilityVersions

Compatibility and provenance

Always Status Bar is published as dsh-always-status-bar and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/26/2026

Versions

0.1.0stable
8/26/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/1/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Deepseek Idesigndeepseek-idesigniPolloWork Design Studio and its curated design templates as a native DeepSeek Harness conversation view.Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebDream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。Works in native DSH Web and third-party desktop clients (DSH Desktop): 8 original premium themes, glass materials, wallpaper 2.0

README

dsh-always-status-bar

DeepSeek Harness Web 插件:让消息原生的状态栏——日期 | 时间,以及 Assistant 侧的 用时 · 首 token · tok/s——无需悬停即可始终显示。

DSH 原生已渲染这些信息,但默认仅在 Hover 时显示,容易被错过。本插件以一条 scoped CSS 覆盖将其常驻显示:复用原生渲染与原生位置,日期/时间格式随 DSH 自动更新,不新增任何可见 UI。

  • Always visible:用户消息与 Assistant 消息的状态栏常驻显示,Hover 前后一致
  • Zero config:无设置项、无开关、无存储、无后端、无网络请求,安装即生效
  • Clean uninstall:卸载后完全恢复原生 Hover-only 行为,不残留 DOM / CSS / 配置
  • Minimal & safe:不扫描 DOM、无 MutationObserver、无轮询;复制、点赞、点踩等按钮不受影响

维护:Bobnemimimmi · 问题与反馈:GitHub Issues

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 行为。

Requirements

  • DeepSeek Harness(dsh web)—— 已在 web 客户端包 0.1.0-rc.5 上验证
  • dsh CLI(或按 DSH 文档以源码方式运行 pnpm dsh)

DSH 迭代较快;升级后若状态栏未常驻显示,请核对 data-time-hover-root 锚点与 MessageIconActions.module.css 的隐藏机制是否仍与当前实现一致。

License

MIT