Equinox7379 / dsh-update-radar

已收录

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

master其他 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:Equinox7379/dsh-update-radar

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 aa4811d同步于 2026年8月18日

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

仓库信息

开发语言
JavaScript
许可证
MIT
最后更新
2026年8月14日 03:54

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。