sublatesublate-design/dsh-doctor-windows0

dsh-doctor-windows

Windows environment diagnostics for DeepSeek Harness

AI Analysis

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

Package
dsh-doctor-windows
Version
0.1.0
License
MIT
Last updated
Aug 14, 2026

Install

$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