haifeiWu/dsh-computer-use

dsh-computer-use is a plugin for DSH (DeepSeek Harness) that gives your agents local macOS computer use capabilities — see the screen (screenshot), drive mouse/keyboard/scroll, and control the browser at DOM level, with an OCR fallback for models without vision.

catalog description:DSH plugin: local macOS computer use — screenshot/mouse/keyboard/browser control + OCR fallback for dsh (DeepSeek Harness)

Install

cd ~/work/opensource/dsh-computer-use
pnpm install
pnpm build   # 编译到 lib/(package main 指向 lib/index.js,file: 方式安装前必须构建)

# 方式一:一次性 overlay
dsh web --patch "$PWD/cordis.patch.yml"

# 方式二:持久化到 profile(推荐)
# 把 cordis.patch.yml 中的 insert 段合并进 $DSH_HOME/profiles/<profile>/cordis.patch.yml

Add haifeiWu/dsh-computer-use to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.