asdasdsdsdasdasdasd/dsh-computer-use0

dsh-computer-use

DeepSeek Harness plugin: Linux X11 computer-use tools (screenshot, mouse, keyboard) via a Python XTest helper

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

安装

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

Configuration

Override in the profile cordis.patch.yml (later layers replace the whole config object):

- id: computer-use
  config:
    helper: /absolute/path/to/xc.py   # default: xc.py next to index.js
    shotDir: /tmp/dsh-computer-use
    defaultWidth: 1280
    sandboxMode: danger-full-access
    workspaceRoot: .
    observeAfterAction: true          # attach a screenshot after input actions
    nudgeAnnouncedTools: false
KeyDefaultNotes
helperxc.py beside this packagePython X11 helper
shotDir/tmp/dsh-computer-useTemporary screenshot files
defaultWidth1280Served-image width cap (vision tokens)
sandboxModedanger-full-accessNeeded for unconfined X11 input
observeAfterActiontrueScreenshot attached to click/type/key/… results
nudgeAnnouncedToolsfalseLeave off; auto-followup can flood context

:warning: This is full desktop control. Read SECURITY.md before enabling it on any machine you care about.