secretxuan/dsh-computer-use-win ↗★ 0
dsh-computer-use-win
Windows computer-use bundle for DeepSeek Harness: screenshots, window enumeration, and mouse/keyboard control with approval gates.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:secretxuan/dsh-computer-use-win说明文档
阅读完整 README ↗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.