618527/dsh-install-guard0

dsh-install-guard

DSH 插件安装前兼容性预检守卫,检查 Node 版本、核心包依赖及清单,支持隔离试启动以防止崩溃。

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" } }