dshbase

Plugin directory / Developer / DSH-update-check

DSH-update-check

Unverified knlght

✓ Actively maintained Builds on 2 official DSH packages

View on GitHub ↗ ← Back to plugin directory

2Stars
0Forks
0Open issues
Language
2026-08-14Last push
Cross-platformPlatform

What it does

让 DeepSeek Harness 拥有版本可见性:dsh_check_updates 模型工具 + Settings 更新检查页 + 周期复查,只报告不升级

Our take
Unverified — not yet verified

让 DeepSeek Harness 拥有版本可见性:dsh_check_updates 模型工具 + Settings 更新检查页 + 周期复查,只报告不升级 Not yet verified — install and test it yourself.

“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.

Plugin author? Get the “Verified” label — submit your own evidence (screenshots, logs, or a short demo) and we'll review and flip the badge.

Submit verification evidence ↗

README

dsh-update-check

让 DSH 拥有版本可见性

dsh_check_updates 模型工具 · Settings 更新检查页 · 周期自动复查

只报告,不执行升级——升级决策永远掌握在用户手里。
🌏 中文 · English

✨ 功能一览

  • 🔍 版本检查:对照 npm registry dist-tags,检查 DeepSeek Harness 本体(@deepseek-ai/dsh)与 profile 已装插件(如 @dsh-external/dsh-vision-toolkit)的当前版本与最新版本
  • 🤖 模型工具 dsh_check_updates:agent 可在任意会话主动查询版本状态(支持传入额外包名)
  • 🖥️ Settings 页面:侧栏新增「更新检查」页——版本表格(包名/当前/最新/状态)、上次检查时间、「立即检查」按钮
  • ⏰ 周期复查:间隔可调(30 秒 / 1 分钟 / 30 分钟 / 1 小时 / 12 小时 / 24 小时 / 关闭),默认 1 小时;启动 30 秒后自动首查
  • 🛡️ 失败保护:registry 不可达时保留上次成功快照并记录错误;单包失败隔离为 unknown 条目,不影响其余包
  • 🎨 原生风格:UI 全部引用 DSH 主题 token(--dsw-alias-*),明暗主题自适应

📦 安装

dsh plugin --profile web add <本仓库 / npm 包名>
# 重启 dsh web 生效

🧠 设计要点

  • 本机版本读取:profile node_modules → npm 全局根(npm prefix -g)逐级探测,无硬编码路径
  • registry 查询:Node 原生 fetch(15 秒超时)
  • 浏览器端点:/_dsh/update-check/snapshot(GET 快照)、/_dsh/update-check/refresh(GET 复查)、/_dsh/update-check/set-interval(POST 设间隔)
  • 检查范围默认仅 DSH 本体 + profile 内已装插件;工具参数可临时扩展

🧩 生态

打上 dsh-update-check topic 的插件可接入同一生态。欢迎通过 PR 改进本插件。

📄 许可

MIT

Install

🧩 Let your agent install it (recommended)

Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:

dsh plugin add dshbase-catalog

Then say "install DSH-update-check for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.

This plugin is GitHub source (not published to npm) — install it straight from the repo:

Web profile:

dsh plugin --profile web add github:knlght/DSH-update-check

Headless (CLI) profile:

dsh plugin --profile headless add github:knlght/DSH-update-check

Test report

Not yet L3-verified — see failure note below if we already ran it.

Status: pending · last test 2026-08-26
Note: 验证: runtime-fail Browse all pending failures →
Security: not yet scanned — our daily static scan will cover it shortly.

Share this badge

More in Developer

Browse all 7789 plugins →