avaritiachaos/dsh-plugin-smart-patch ↗★ 0
@shion-lab/dsh-plugin-smart-patch
Micro-surgical fault-tolerant code patching engine with 4-tier fuzzy matching for DeepSeek Harness (dsh).
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗@shion-lab/dsh-plugin-smart-patch
Micro-surgical fault-tolerant code patching engine with 4-tier fuzzy matching for DeepSeek Harness (
dsh).
🌟 Why dsh-plugin-smart-patch?
AI coding agents often fail at applying diffs because of:
- Minor whitespace / indentation drift (e.g. 2 spaces vs 4 spaces).
- Line ending mismatches (
\r\nvs\n). - Non-essential comment differences in search blocks.
@shion-lab/dsh-plugin-smart-patch introduces 4-tier cascading matching:
- Tier 1: Exact Substring Match (100% confidence).
- Tier 2: Whitespace-Normalized Line Match (survives tab/space indentation drift).
- Tier 3: Unique Anchor-Based Boundary Match (locks unique prefix/suffix lines).
- Tier 4: Levenshtein Distance Fallback.
📦 Installation & Usage
npm install -g @shion-lab/dsh-plugin-smart-patch
In cordis.yml:
plugins:
"@deepseek-ai/dsh": {}
"@shion-lab/dsh-plugin-smart-patch":
createBackup: false
📄 License
MIT © Shion Lab