dsh-install-guard
DSH 插件安装前兼容性预检守卫,检查 Node 版本、核心包依赖及清单,支持隔离试启动以防止崩溃。
AI 分析
核心用途是在安装市场插件前进行安全与兼容性检查。适合经常尝试新插件、希望避免因版本冲突导致 DSH 崩溃的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:618527/dsh-install-guard说明文档
阅读完整 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" } }