sublatesublate-design/dsh-doctor-windows0

dsh-doctor-windows

Windows environment diagnostics for DeepSeek Harness

AI 분석

核心用途是快速排查和诊断 DSH 在 Windows 系统下的运行环境问题。适合在 Windows 平台上部署 DSH 遇到异常、需要一键生成诊断报告的用户。

패키지
dsh-doctor-windows
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sublatesublate-design/dsh-doctor-windows

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