更新检查器(npm 版):设置页对比 @deepseek-ai/dsh 与已装插件的本地/最新版本,有更新时导航红点提醒,并直接给出更新命令。
安装
# npm 包(预构建)
dsh plugin --profile web add dsh-check-update
# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)
dsh plugin --profile web add github:HuiHuitie-zhu/dsh-check-update
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本。请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。
README
DSH 更新检查器(npm 版)——设置页检查 @deepseek-ai/dsh 和已装插件是否有新版,有更新时导航标签显示红点提醒。
适配 npm 全局安装(npm install -g @deepseek-ai/dsh):只做版本检查 + 更新指引,不做 git pull。

功能
- 设置页「DSH 更新」:显示 DSH 本体与各插件本地/最新版本对比
- 导航红点:任一组件有新版时,设置导航标签带 ● 红点
- 自动检查:每 6 小时后台检查一次(结果 10 分钟缓存)
- 更新指引:直接给出更新命令(DSH 本体
npm install -g @deepseek-ai/dsh@latest;插件dsh plugin --profile web update <name>) - CSRF 防护:检查接口仅接受 POST,防止任意网页跨站触发
安装
dsh plugin --profile web add dsh-check-update
本地开发(file: 依赖):
git clone https://github.com/HuiHuitie-zhu/dsh-check-update.git
# 在 ~/.dsh/profiles/web/package.json 的 dependencies 中加入:
# "dsh-check-update": "file:/path/to/dsh-check-update"
cd ~/.dsh/profiles/web && npm install
目录结构
host.js # Host 面:POST /dsh-check/check 路由 + 6h 自动检查(零 import 纯 ESM)
client.js # Client 面:设置页「DSH 更新」section + 导航红点
cordis.patch.yml # bundle patch 挂载点
免责声明
早期社区插件,非 DeepSeek 官方插件。检查结果来自 npm registry,网络不可用时静默保留旧缓存。
License
MIT
链接
同类插件
strukto-ai/mirage#dsh★ 3435
把文件系统与 bash 提供者换成 mirage 虚拟工作区:文件工具与 shell 命令作用于挂载的资源(RAM、S3、Redis、Slack、Gmail、Notion、Postgres)而非宿主磁盘,支持按挂载点设置读/写/执行模式、按命令选择沙箱(进程内 monty、pyodide、quickjs;远程 docker、e2b、daytona),并可在虚拟终端中安装 CLI(git、gh、slack、linear、ntn、gws,或自行注册的程序树)作为命令头词。
hust-open-atom-club/oh-dsh★ 179
社区发行版:TUI、桌面端与 Web UI 统一体验,分层安装、一步到位。
Jayden-X-L/forkprobe★ 65
同一任务并行试跑多个技能,对比结果选出最优。
vlln/plugin-registry★ 40
插件生态基建:浏览器面板管理官方 repository 插件(0 patch)+ make-dsh-plugin 插件开发引导技能。
forrestchang/dsh-multica-runtime★ 33
让 dsh 运行时跑在 Multica 上。
DietCokewithSugar/dsh-user-experience★ 18
帮你发现项目中可能存在的用户体验问题:自动走查 React/TypeScript 源码,定位问题并给出具体优化建议。