編集者注

avaritiachaos/dsh-plugin-smart-patch

Micro-surgical fault-tolerant code patching engine with 4-tier fuzzy matching for DeepSeek Harness (dsh).

これは DeepSeek Harness(DSH)プラグインです。当サイトは GitHub README、インストール情報、メンテナンス状況、公開セキュリティシグナルをまとめています。

上流で中国語 README が提供されていないため、リポジトリのオリジナルコンテンツを表示しています。

@shion-lab/dsh-plugin-smart-patch

npm version License: MIT

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\n vs \n).
  • Non-essential comment differences in search blocks.

@shion-lab/dsh-plugin-smart-patch introduces 4-tier cascading matching:

  1. Tier 1: Exact Substring Match (100% confidence).
  2. Tier 2: Whitespace-Normalized Line Match (survives tab/space indentation drift).
  3. Tier 3: Unique Anchor-Based Boundary Match (locks unique prefix/suffix lines).
  4. 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

REPOSITORY SIGNALS

セキュリティとインストールエビデンス

このスコアは公開リポジトリメタデータと当サイトに登録されたインストールエビデンスのみに基づくもので、コードセキュリティ監査とは異なります。

出所の追跡可能性

公開プラグインカタログから取得し、公開 GitHub リポジトリにリンクしています。

ライセンス

リポジトリは MIT ライセンスを宣言しています。

メンテナンス活動

過去180日以内にコードの更新があります。

インストールエビデンス

再現可能な正確なインストールメタデータはまだ登録されていません。リポジトリの説明に従って手動で確認してください。

インストールライフサイクルスクリプト

確認したパッケージメタデータにインストールライフサイクルスクリプトは宣言されていません。