dsh-update-checker
DeepSeek Harness 更新检查插件,在会话顶栏显示当前版本,并自动检查 npm 最新版本提示升级。
AI 分析
核心用途是保持 DSH 处于最新状态。适合希望及时获取官方更新提示、方便维护系统的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YZz-S/dsh-update-checker說明文件
閱讀完整 README ↗Usage (dynamic Cordis plugin)
Define and run in a dsh Web GUI session with the Cordis tools:
- Call
cordis_define: pastehost.jscontent ascode.hostandclient.jscontent ascode.client(plugin.kind: 'new',idPrefixof 3–6 lowercase letters) - Call
cordis_runto activate and allow authorization in the UI - Refresh the page to see the badge in the session top bar
Note: a dynamic plugin lives as long as the current dsh process. After a dsh restart you must define and run it again; for persistence use the "Installation (dsh.bundle)" method above.
使用方法(动态 Cordis 插件)
在 dsh Web GUI 的会话中,用 Cordis 工具定义并运行:
- 调用
cordis_define:code.host粘贴host.js的内容,code.client粘贴client.js的内容(plugin.kind: 'new',idPrefix取 3–6 个小写字母) - 调用
cordis_run激活,在界面上允许授权 - 刷新页面即可在会话顶栏看到徽章
注意:动态插件的生命周期与当前 dsh 进程相同。重启 dsh 后需重新定义运行;如需常驻,请使用上方「安装(dsh.bundle)」方式。