DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

avaritiachaos /

dsh-plugin-windows

仅 Topic 仓库

这个仓库还没有填写简介。

★ 0 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@405f47a1

@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

—/ 5

暂无评分

需要先验证清单

Commit 405f47a12a85

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于