harryopo/dsh-cloud-workspaces ↗★ 3
dsh-cloud-workspaces
DeepSeek Harness 的云端工作区插件:在工作区选择器中选择“Cloud (SSH)”,即可让 Agent 的 bash/读/写/编辑等工具通过 SSH 在 Linux 服务器上透明运行。
AI 分析
核心用途是将 Agent 的执行环境无缝切换至远程 Linux 服务器。适合需要在云端或远程服务器上进行开发和部署的用户。必要条件是 Node.js >= 22 以及可连接的 SSH 服务器。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:harryopo/dsh-cloud-workspaces说明文档
阅读完整 README ↗Usage
- 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.