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日 02:43

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。