dsh-install-guard
DeepSeek Harness 插件安装前兼容性预检守卫:检查 Node/engines、@deepseek-ai 核心包 peer 版本与 dsh 清单,支持隔离试启动与确认后修复安装,防止版本不兼容导致崩溃。
AI Analysis
核心用途是在安装市场插件前进行安全与兼容性检查。适合经常尝试新插件、希望避免因版本冲突导致 DSH 崩溃的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:618527/dsh-install-guardREADME
Read the full README ↗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" } }