harryopo/dsh-cloud-workspaces ↗★ 3
dsh-cloud-workspaces
Cloud workspaces for DeepSeek Harness: pick "Cloud (SSH)" in the workspace chooser and the agent's bash/read/write/edit/glob/grep tools transparently run on your Linux server over SSH. Includes ssh_* agent tools, an SSH host settings card, jump-host support and persistent connection pooling.
AI 분석
核心用途是将 Agent 的执行环境无缝切换至远程 Linux 服务器。适合需要在云端或远程服务器上进行开发和部署的用户。必要条件是 Node.js >= 22 以及可连接的 SSH 服务器。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:harryopo/dsh-cloud-workspacesUsage
- Add a host — Settings → SSH Connections → Add host → fill credentials → Test → Save.
- Bind a cloud workspace — Add workspace → Cloud (SSH) tab → pick host → browse to your project → Use this directory as workspace.
- Open a session on that workspace — the agent now runs entirely on the server. Ask it:
run pwd, then list the files hereand watchbashexecute remotely. - Or drive it explicitly:
use ssh_exec to run docker ps on web-1.