YZz-S/dsh-update-checker1

dsh-update-checker

DeepSeek Harness (dsh) 更新检查插件:会话顶栏显示当前版本,自动检查 npm 最新版本,有新版本时提示升级。

AI 분석

核心用途是保持 DSH 处于最新状态。适合希望及时获取官方更新提示、方便维护系统的用户。

패키지
dsh-update-checker
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 15.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YZz-S/dsh-update-checker

Usage (dynamic Cordis plugin)

Define and run in a dsh Web GUI session with the Cordis tools:

  1. Call cordis_define: paste host.js content as code.host and client.js content as code.client (plugin.kind: 'new', idPrefix of 3–6 lowercase letters)
  2. Call cordis_run to activate and allow authorization in the UI
  3. 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 工具定义并运行:

  1. 调用 cordis_definecode.host 粘贴 host.js 的内容,code.client 粘贴 client.js 的内容(plugin.kind: 'new'idPrefix 取 3–6 个小写字母)
  2. 调用 cordis_run 激活,在界面上允许授权
  3. 刷新页面即可在会话顶栏看到徽章

注意:动态插件的生命周期与当前 dsh 进程相同。重启 dsh 后需重新定义运行;如需常驻,请使用上方「安装(dsh.bundle)」方式。