secretxuan/dsh-computer-use-win0

dsh-computer-use-win

Windows computer-use bundle for DeepSeek Harness: screenshots, window enumeration, and mouse/keyboard control with approval gates.

包名
dsh-computer-use-win
版本
0.3.3
许可证
MIT
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:secretxuan/dsh-computer-use-win

Configuration

Patch the computer-use-win row in your profile's cordis.patch.yml:

- id: computer-use-win
  config:
    requireApproval: true
    maxScreenshotBytes: 8388608

Set requireApproval: false only for unattended tests or disposable environments.