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.

Shutdown Button — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
S

dsh-shutdown-button

Shutdown Button

DeepSeek Harness shutdown button plugin: adds a shutdown button next to Settings in the lower-left corner; clicking it opens a confirmation dialog and safely terminates the DSH process.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Yelloooooow/dsh-shutdown-button#8bb911c7a9fde2343df334015612067cdea41df5
READMECompatibilityVersions

Compatibility and provenance

Shutdown Button is published as dsh-shutdown-button and currently resolves to version 1.0.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
9/8/2026

Versions

1.0.0stable
9/8/2026

Related plugins

Loading related plugins…

Latest
1.0.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/8/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.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

dsh-shutdown-button ⏻

DeepSeek Harness 关机按钮插件 —— 作为固定插件常驻在 dsh Web GUI 左下角(侧栏脚部),一键弹窗确认后安全结束 DSH 进程。

功能

  • 左下角关机按钮:位于侧栏脚部、设置按钮上方,与设置按钮完全对齐(整行按钮,展开时图标 + 文字,收起为 56px 窄栏时圆形图标)
  • 弹窗确认:点击后弹出「确认关机?」对话框,避免误触
  • 安全退出:确认后走 DSH 启动器提供的 ctx.appExit 有界优雅关机——整体释放应用 Fiber(有序收尾持久化、服务、连接),超时兜底,随后以退出码 0 正常结束进程
  • 随启动自动装载:以 dsh.bundle 形式装入 profile,无需手动批准或装载

目录结构

dsh-shutdown-button/
├── package.json              # 仓库根包声明(供 git/file 安装:dsh.bundle.patch + dsh.client + files)
├── plugin/                   # 插件源码(手动复制安装时的包源)
│   ├── index.js              # Host 端:POST /__dsh-shutdown/request 安全退出路由
│   ├── client.js             # 浏览器端:关机按钮 + 确认弹窗 UI(bundle 无需构建)
│   ├── cordis.patch.yml      # bundle 补丁层:插入插件行
│   └── package.json          # plugin/ 形态的包声明
└── README.md

安装

本插件是 dsh 的 out-of-tree bundle。

方式一:从 GitHub 直接安装(推荐)

dsh plugin --profile web add github:Yelloooooow/dsh-shutdown-button

dsh plugin 会把仓库作为插件包安装到 profile,并因包声明了 dsh.bundle.patch 而自动加入 dsh.profile.bundles。装完重启 Harness,左下角即出现关机按钮。

方式二:本地目录安装

dsh plugin --profile web add file:/path/to/dsh-shutdown-button/plugin

使用

点击左下角电源图标 → 弹窗确认 → 确认后 DSH 安全退出。撤销请点击「取消」。

卸载

dsh plugin --profile web remove dsh-shutdown-button

重启后插件即被移除。

许可

MIT