nanbbb/dsh-computer-use-windows0

dsh-computer-use-windows

Safety-gated Windows Computer Use tools for DeepSeek Harness with ModLens visual grounding.

包名
dsh-computer-use-windows
版本
0.2.0
许可证
MIT
最近更新
2026年8月16日

安装

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

配置

cordis.patch.yml 里的 config 字段(均可选,有默认值):

字段默认说明
observationTtlMs120000观测快照有效期(毫秒),过期后 element_index / 坐标失效
maxAccessibilityElements300单次观测返回的 UI Automation 元素上限
screenshotDirectoryauto截图输出目录;auto = 系统临时目录
requireApprovalForTypingfalsetrue 时所有打字强制走审批
allowedApps[]白名单;非空时只允许这些进程名(不含 .exe,如 ["notepad","chrome"]),其余全部拒绝
allowedExternalLabels[]允许降级「发送/提交」类标签的名单(子串匹配,不区分大小写,如 ["发送","send"])。命中时按模型的显式 risk 处理;仅 external 类可放行,删除/支付/登录永远升级

This is an MVP for Windows 10/11 x64 and is fully self-contained — the bundled native helper ships its own .NET runtime, so no separate install is required.