DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-doctor-windows

s

dsh-doctor-windows

Manifest valid

Windows environment diagnostics for DeepSeek Harness

hasBundlePatch

dsh-doctor-windows

Windows environment diagnostics for DeepSeek Harness. The plugin adds a human-only /doctor-windows command, so it still works when the model provider is unavailable.

Checks

  • Harness, Node.js, platform, and architecture versions.
  • Whether the current workspace is readable and writable.
  • UTF-16 low-byte-zero characters that affected preview versions of the native folder picker can truncate.
  • Proxy variables and Node's NODE_USE_ENV_PROXY startup setting. Node added built-in environment-proxy support in 22.21.0 and 24.0.0.
  • Discovery and real non-interactive startup of PowerShell 7 (pwsh) and Windows PowerShell.
  • The Koffi installation owned by Harness's native folder picker, including one harmless GetCurrentProcessId call.

The command does not print proxy URLs or credential values, change settings, open a folder dialog, or make network requests.

Install from a checkout

Build and test the package:

pnpm install
pnpm run check

Install the checkout into the Web profile:

dsh plugin --profile web add C:\path\to\dsh-doctor-windows
dsh --profile web --dump-config
dsh web

Open a workspace and run:

/doctor-windows

Remove it with:

dsh plugin --profile web remove dsh-doctor-windows

Install from GitHub

Git dependencies run the package's prepare script. With pnpm 10 or newer, allow the exact package key in the profile's pnpm-workspace.yaml, then install a pinned commit:

dsh plugin --profile web add github:sublatesublate-design/dsh-doctor-windows#v0.1.0

Only allow build scripts from source you trust.

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

Development

pnpm run typecheck
pnpm run test
pnpm run build
pnpm run smoke
pnpm pack --dry-run

License

MIT

Comments

Loading…

Similar plugins

dsh-doctor-windows

by xianfanwindy

Read-only Windows startup diagnostics for DeepSeek Harness.

Manifest valid

★ 0

MIT

TypeScript

Aug 21, 2026

dsh plugin --profile web add dsh-doctor-windows

by astra3294

Deterministic diagnostics and recovery for DeepSeek Harness

Development & InfrastructureManifest valid

★ 5

↓ 773/wk

MIT

TypeScript

Sep 26, 2026

dsh plugin --profile web add dsh-doctor

by imaginevoldermert

A minimal Windows launcher plugin for DeepSeek Harness

Manifest valid

★ 0

MIT

TypeScript

Aug 23, 2026

dsh plugin --profile web add dsh-minimal-launcher-plugin

by L3n3L

Windows disk space analysis and safe cleanup plugin for DeepSeek Harness

Manifest valid

★ 0

MIT

JavaScript

Aug 22, 2026

dsh plugin --profile web add dsh-disk-cleaner

by Wanbinyu

Read-only, redacted provider error diagnostics for DeepSeek Harness

Development & InfrastructureManifest valid

★ 3

MIT

TypeScript

Sep 11, 2026

dsh plugin --profile web add dsh-error-lens

by MkaliezZ

DeepSeek Harness health and safety diagnostics: /doctor inspects the effective model-visible tool surface.

Manifest valid

★ 0

↓ 103/wk

MIT

TypeScript

Aug 29, 2026

dsh plugin --profile web add @mkaliezz/dsh-agent-doctor