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.

Self Updater — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
S

dsh-self-updater

Self Updater

One-click, same-origin DSH version checking, updating, and restart UI

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

npx -y @deepseek-ai/dsh plugin --profile web add github:jijiz1/dsh-self-updater#2a11fadd3a5cda46cbadfb9ed014212b5d4b6ce4
READMECompatibilityVersions

Compatibility and provenance

Self Updater is published as dsh-self-updater 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/21/2026

Versions

0.1.0stable
8/21/2026
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
★ 0
Weekly downloads
0
Last push
8/21/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

README

DSH Self Updater

为 DeepSeek Harness Web profile 提供本机同源的一键版本检查、更新与重启界面。

功能

  • 显示当前 DSH 版本和 npm latest 版本。
  • 一键安装 registry 返回且经过 SemVer 校验的精确 @deepseek-ai/dsh 版本。
  • 更新完成后自动重启当前 DSH 启动命令。
  • 显示进度和裁剪后的 npm 日志;阻止并发更新。
  • 保留 $DSH_HOME 下的会话、配置、profile 和插件。
  • HTTP 路由只接受回环地址和同源浏览器请求。

安装

从 GitHub 安装:

dsh plugin --profile web add github:jijiz1/dsh-self-updater

从本地目录安装:

dsh plugin --profile web add D:\DSH\dsh-self-updater

重启 dsh web 后,页面右上角会出现版本胶囊。点击即可检查更新。

安全边界

  • 更新包名固定为 @deepseek-ai/dsh,版本只能来自 npm registry 的 latest dist-tag。
  • npm 完成后会重新读取已安装 manifest;版本不一致则不会进入重启阶段。
  • npm 缓存放在 $DSH_HOME/self-updater/npm-cache,不依赖系统 npm cache 权限。
  • 更新失败不会触发重启,错误日志可在面板中查看。

开发验证

npm test
npm run check