dsh plugins中文
← Back to popular plugin directory

Windows Emergency Kit

huangmouren2023/deepseek-harness-toolkit · skills

Windows emergency toolkit for DeepSeek Harness.

★ 2GitHub stars
0Forks
2026-08-16Last updated
JavaLanguage
License

Project overview

tools/restart-web/start-deepseek-harness-web.bat 适用于 Windows。它会:

1. 定位并检查 DeepSeek Harness 工作区; 2. 查找占用 127.0.0.1:3080 的旧 Harness 实例; 3. 只在确认进程链属于 Harness 时结束旧进程树; 4. 等待端口释放后,直接执行 DSH 的 Node 源码入口,避免启动时触发 pnpm 依赖裁剪。

前置条件:Windows、Node.js、pnpm,以及已经构建好的 apps\web\dist\index.html。 第二个工具:Web 关停脚本

Install command

dsh plugin --profile web add github:huangmouren2023/deepseek-harness-toolkit
View GitHub repository ↗Back to popular plugin directory