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. 오전 3:54

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.