618527/dsh-install-guard0

dsh-install-guard

DeepSeek Harness 插件安装前兼容性预检守卫:检查 Node/engines、@deepseek-ai 核心包 peer 版本与 dsh 清单,支持隔离试启动与确认后修复安装,防止版本不兼容导致崩溃。

AI 분석

核心用途是在安装市场插件前进行安全与兼容性检查。适合经常尝试新插件、希望避免因版本冲突导致 DSH 崩溃的用户。

패키지
dsh-install-guard
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 30.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:618527/dsh-install-guard

Usage (two-phase, via chat)

1) check:
   plugin_install_guard { spec: "plugin-name", action: "check" }   # add trial: true to run apply
2) install after confirming:
   plugin_install_guard { spec: "plugin-name", action: "install", resolution: { spec: "plugin-name@compatible" } }