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.

Topbar Manager — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

dsh-topbar-manager

Topbar Manager

DeepSeek Harness Web top button manager: inspect and toggle top toolbar buttons added by plugins.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:baihejiangnan/dsh-topbar-manager#b24e8add169f0946eaba17132b1b8c21bf84db33
READMECompatibilityVersions

Compatibility and provenance

Topbar Manager is published as dsh-topbar-manager and currently resolves to version 0.3.1. 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/22/2026

Versions

0.3.1stable
8/22/2026

Related plugins

Loading related plugins…

Latest
0.3.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/22/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

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-topbar-manager

DeepSeek Harness (DSH) Web 插件:检查并管理顶部工具栏中由其他插件添加的按钮显示/隐藏。

当前版本为 0.3.0。按钮显示设置保存在 DSH profile 中,刷新页面或重新打开 DSH 后仍会保留。

默认隐藏:

  • Diff
  • 对话管理
  • 删除本对话

安装后可在 设置 → 顶部按钮管理 中:

  • 点击 检查 扫描当前顶部栏中由插件添加的按钮;
  • 使用 ON/OFF 开关 控制每个按钮是否显示。

目前明确支持管理的按钮

按钮来源插件默认状态
Diffdsh-checkpoint-diff隐藏
对话管理dsh-session-manager隐藏
删除本对话dsh-session-manager隐藏
撤销/恢复/快照dsh-undo-savepoint显示
会话改动dsh-what-changed显示

点击 检查 时,同一个插件按钮只记录一次,并根据按钮或其插件容器识别来源。 原生 DSH 按钮(包括 Session log)和无法确认来源的按钮会被忽略,不会被记录或操作。

安装

在 DSH 的 profiles/web/package.json 中添加 GitHub 依赖:

{
  "dependencies": {
    "dsh-topbar-manager": "github:baihejiangnan/dsh-topbar-manager"
  }
}

然后在 profiles/web 目录运行:

pnpm install

并确保 dsh.profile.bundles 中包含:

"dsh-topbar-manager"

也可以直接使用:

dsh plugin --profile web add github:baihejiangnan/dsh-topbar-manager

然后重启 dsh web。

使用

  1. 打开 设置 → 顶部按钮管理;
  2. 点击 检查,扫描当前顶部栏中插件添加的按钮;
  3. 使用开关控制每个按钮的显示状态。

反馈

如果发现某个插件顶部按钮无法被本插件识别或管理,欢迎提 Issue。

License

MIT