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.

Update Check Plus — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
U

dsh-update-check-plus

Update Check Plus

Checks GitHub for deepseek-harness updates, notifies in the conversation header, and can auto-download the latest source zipball. Adapts to the installed DeepSeek Harness desktop app.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:lhh666-6/dsh-update-check#bcc2ca2ea8e8b83aa60d1cb5dffd6ca45d91138c
READMECompatibilityVersions

Compatibility and provenance

Update Check Plus is published as dsh-update-check-plus 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/24/2026

Versions

0.1.0stable
8/24/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
★ 0
Weekly downloads
0
Last push
8/23/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 developer-tools.

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)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-update-check-plus

GitHub: https://github.com/lhh666-6/dsh-update-check

npm: dsh-update-check-plus

DeepSeek Harness 更新检查插件:检查 DSH Desktop 桌面端更新(dshdesktop.cn 官方安装包通道)与 GitHub 源码更新,在会话头部显示状态胶囊,支持一键下载安装包并自动重启完成更新。

双通道更新

1. 桌面端更新(真实安装包,一键自动更新)⭐

  • 版本源:https://www.dshdesktop.cn/api/desktop/version(返回 {"version":"2.0.0"})
  • 安装包:https://www.dshdesktop.cn/api/downloads/windows → 302 跳转到 CDN(ModelScope/GitCode)的 NSIS 安装器
  • 流程:检测到新版 → 胶囊显示 ⬆ 新版本 → 点开面板 → 「下载并更新」 → 自动下载安装包(约 160MB,显示进度)→ 以官方同款参数启动安装器(--updated --force-run)→ 退出应用让安装器接管 → 安装完成自动重启
  • 该通道对应的是 deepseek-harness-desktop 项目(dshdesktop.cn 分发),与你当前安装的桌面端同源

2. GitHub 源码更新

  • 三级数据源级联:REST API(配额受限时自动降级)→ releases.atom → master 分支版本号兜底
  • 可一键下载最新源码 zip(codeload)

当前版本检测(多级回退)

  1. Host 侧 @deepseek-ai/dsh 包版本
  2. 桌面端 exe 的 FileVersion(如 0.1.0-rc.5)
  3. 可选:deepseek-harness-desktop 仓库 upstream.json 的 sourceVersion

行为

  • 启动 5 秒后首次检查,之后按 intervalHours(默认 12h)轮询;失败 1 小时后自动重试
  • 状态持久化:~/.dsh/update-check-plus/state.json

界面

  • 会话头部状态胶囊:🟢 ✓ 0.1.0-rc.5 / 🟠 ⬆ 2.0.0(桌面端)/ 🟠 ⬆ rc.7(源码)/ ⏳ 下载进度
  • 面板:桌面端更新区(版本对比 + 进度 + 更新按钮)+ 源码更新区(更新日志 + 按钮)

设置(设置 → dsh-update-check-plus 分区)

配置项默认值说明
repodeepseek-ai/deepseek-harnessGitHub 源码仓库
intervalHours12检查间隔(小时)
autoDownloadfalse发现源码新版自动下载 zip
downloadDir~/.dsh/update-check-plus/downloads下载目录(安装包与源码共用)
desktopRepoPath``可选:desktop 仓库路径(upstream.json 版本)
enableDesktopUpdatetrue启用桌面端更新通道
desktopVersionEndpointhttps://www.dshdesktop.cn/api/desktop/version版本服务
desktopDownloadEndpointhttps://www.dshdesktop.cn/api/downloads/windows安装包下载

开发

pnpm install
pnpm run typecheck
pnpm run build        # -> lib/index.js (host) + lib/client.js (web)
node test-desktop-dl.mjs   # 真实下载链路测试(约160MB,跑完删除)

安装

# npm 安装(推荐,预构建)
dsh plugin --profile web add dsh-update-check-plus
dsh plugin --profile desktop add dsh-update-check-plus

# 或直接从 GitHub 安装
dsh plugin --profile web add github:lhh666-6/dsh-update-check
dsh plugin --profile desktop add github:lhh666-6/dsh-update-check

安装后重启 DSH(或切换一次 profile)生效。

局限与安全

  • 「下载并更新」会把当前 DeepSeek Harness 升级到 dshdesktop.cn 分发的最新版(目前为 DSH Desktop 2.0.0,项目改名后的稳定版);数据(会话/配置在 ~/.dsh)不受影响
  • 安装器由官方通道提供;插件不做任何二进制修改