sublatesublate-design/dsh-doctor-windows ↗★ 0
dsh-doctor-windows
用于 DeepSeek Harness 的 Windows 环境诊断工具插件。
AI 分析
核心用途是快速排查和诊断 DSH 在 Windows 系统下的运行环境问题。适合在 Windows 平台上部署 DSH 遇到异常、需要一键生成诊断报告的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sublatesublate-design/dsh-doctor-windows说明文档
阅读完整 README ↗Configuration
Override the bundle row in the profile's cordis.patch.yml:
- id: doctor-windows
name: dsh-doctor-windows
config:
commandName: doctor-windows
processTimeoutMs: 5000
processGraceMs: 1000
maxOutputBytes: 16384
checkNativePicker: true