DeepSeek Harness plugin

dsh-update-notifier-xiasc

Detect available DSH updates at startup: checks npm registry for newer @deepseek-ai/dsh and shows a dismissible banner in Web GUI.

Jump to install

Source facts

Repository
xia-sc/dsh-update-notifier
Latest update
Aug 21, 2026
Category
Plugin Markets & Managers
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/xia-sc/dsh-update-notifier
Plugin: dsh-update-notifier-xiasc
Author: xia-sc

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-update-notifier

dsh web 启动时自动检测 @deepseek-ai/dsh 是否有可更新版本。

功能

  • 启动后 5 秒首检 + 每 6 小时轮询 + 手动“立即检查”
  • 对比本地 package.json#versionregistry.npmmirror.com(回落 registry.npmjs.org)的 dist-tags.latest / nextsemver 兼容 x.y.z-rc.n
  • 有更新时:

- shell.overlay 右上角横幅(可关闭,localStorage 按版本记忆 dismiss,下次新版本自动复现) - 横幅关闭后,conversation.input.dock 输入框上方显示轻量胶囊,点击可重新展开

- 横幅内提供 npm i -g @deepseek-ai/dsh@{latest|next} 一键复制 + Release notes 链接

结构

dsh-update-notifier/
├── package.json
├── cordis.patch.yml
└── lib/
    ├── index.js   # host: /dsh-update-rpc getStatus/checkNow
    └── client.js  # client: overlay banner + dock pill

安装

dsh plugin --profile web add https://github.com/xia-sc/dsh-update-notifier
# 重启 dsh web 生效

验证:

dsh --profile web --dump-config  # 应含 update-notifier
# 浏览器 GET http://127.0.0.1:3080/plugins/dsh-update-notifier/client.js 200
# RPC: POST /dsh-update-rpc/getStatus  {"type":"client-request","rpcId":"1","method":"getStatus","payload":{"args":{}}}