DeepSeek Harness plugin

dsh-update-radar

Update radar for DSH: compares every installed link: plugin against its git upstream and reports which are behind. Read-only, zero runtime deps.

Jump to install

Source facts

Repository
Equinox7379/dsh-update-radar
Latest update
Aug 14, 2026
Category
Tools & Capabilities
GitHub stars
1
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/Equinox7379/dsh-update-radar
Plugin: dsh-update-radar
Author: Equinox7379

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-radar

DeepSeek Harness 插件:检查已装 link: 插件是否存在上游更新。

用途

读取 profile dependencies 中的全部 link: 路径,对含 .git 的目录执行 git rev-parse HEADgit ls-remote origin HEAD,对比本地与上游。

用法

  • 工具:update_radar(无参数)

示例:

{ "checked": 32,
  "behind": [ { "plugin": "dsh-notification", "local": "96413d33", "upstream": "3e33100f" } ],
  "upToDate": [ { "plugin": "dsh-genui", "local": "57b43382", "upstream": "57b43382" } ] }

可靠性

  • 只读:仅执行 rev-parse / ls-remote,不拉取、不改动任何仓库;
  • git 失败(无仓库/网络异常)返回 null 字段,不影响整体报告;
  • 零依赖、无自定义会话事件、无 HTTP 路由。

安装

dsh plugin --profile web add link:/path/to/dsh-update-radar
# 重启 dsh web

License

MIT