編集者注

avaritiachaos/dsh-plugin-windows

Windows cross-platform compatibility, process tree termination (taskkill /T), path normalization, and encoding buffer guards for DeepSeek Harness (dsh).

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

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

@shion-lab/dsh-plugin-windows

npm version License: MIT

Windows cross-platform compatibility, process tree termination (taskkill /T), path normalization, and encoding buffer guards for DeepSeek Harness (dsh).


🌟 Problems Solved for Windows Users

When running AI coding agents natively on Windows, developers frequently face three platform-specific issues:

  1. Zombie Orphaned Processes: child_process.kill() fails to terminate sub-processes spawned by shells (e.g. webpack-dev-server, python, background workers), locking ports and files. This plugin enforces recursive process tree termination via taskkill /F /T /PID.
  2. Path Normalization & Extended-Length Prefixes: Resolves Windows drive letter cases (d:\ vs D:/), strips \\?\ UNC prefixes, and normalizes paths for cross-platform regex and glob matches.
  3. Encoding & BOM Cleansing: Automatically handles UTF-8 BOM headers (\uFEFF) and CRLF line endings, avoiding garbled terminal output.

📦 Installation

npm install -g @shion-lab/dsh-plugin-windows

🚀 Usage in cordis.yml

plugins:
  "@deepseek-ai/dsh": {}
  "@shion-lab/dsh-plugin-windows":
    forceUtf8: true
    enableProcessTreeGuard: true

📄 License

MIT © Shion Lab

REPOSITORY SIGNALS

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

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

出所の追跡可能性

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

ライセンス

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

メンテナンス活動

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

インストールエビデンス

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

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

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