DSH HUB
HomePlugin StoreRankingsPublish Guide
Plugin source
Back to catalog

Equinox7379 /

dsh-update-radar

Verified

Update radar for DSH: checks installed plugins against git upstreams.

★ 1 Stars0 Forks0 IssuesN/A Community rating0 Confirmed installs
View on GitHub
READMESource: master@aa4811d5

dsh-update-radar

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

用途

读取 profile dependencies 中的全部 link: 路径,对含 .git 的目录执行 git rev-parse HEAD 与 git 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

—/ 5

No ratings yet

Verified DSH bundle

Commit aa4811d565be

Community comments

No comments yet. Be the first to write one.

DSH HUB

A community index for DSH plugins. Not an official GitHub or DeepSeek AI product.

APIPublish GuideAbout