DeepSeek Harness plugin

dsh-topbar-manager

DeepSeek Harness Web 顶部按钮管理器:检查并开关插件添加的顶部工具栏按钮。

Jump to install

Source facts

Repository
baihejiangnan/dsh-topbar-manager
Latest update
Aug 18, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/baihejiangnan/dsh-topbar-manager
Plugin: dsh-topbar-manager
Author: baihejiangnan

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

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