DosterBool/dsh-ocr-seam-guard ↗★ 0
dsh-ocr-seam-guard
dsh-ocr 插件自愈守卫:在 DSH 升级清除 OCR 适配器缝合线后自动重新应用修复,并验证模块加载,失败时自动回滚。
AI 分析
核心用途是保障 OCR 插件在系统升级后的可用性。适合已安装 dsh-ocr 插件且经常升级 DSH 的用户。仅支持 npm 全局安装的 DSH 环境。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DosterBool/dsh-ocr-seam-guard说明文档
阅读完整 README ↗Configuration
| Env var | Default | Purpose |
|---|---|---|
DSH_OCR_ADAPTER_FILE | auto-detect (npm global root) | override the adapter file path |
The adapter is located via npm root -g with a fallback to the platform npm global directory;
only npm-global dsh installs are supported out of the box.