sublatesublate-design / dsh-doctor-windows

목록에 있음

Windows environment diagnostics for DeepSeek Harness

main기타 소스 보기

설치

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

이 설치 명령은 GitHub 저장소 주소에서 생성된 확인되지 않은 시작점입니다.

README

유지 관리자가 작성한 문서 스냅샷입니다.

GitHub에서 보기 ↗
커밋 7ed5bd3동기화 2026. 8. 18.

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

프로젝트 파일 및 신호

표시된 항목은 디렉터리 스냅샷에서 감지된 공개 저장소 신호입니다.

테스트감지됨

저장소 정보

언어
TypeScript
라이선스
MIT
최신 릴리스
v0.1.0
마지막 업데이트
2026. 8. 14. 오전 2:43

신중하게 설치하기

소스 코드, 권한, 수명 주기 스크립트, 의존성 및 네트워크 접근을 검토하고 신뢰하지 않는 플러그인은 격리 환경에서 테스트하세요.