harryopo/dsh-cloud-workspaces3

dsh-cloud-workspaces

DeepSeek Harness 的云端工作区插件:在工作区选择器中选择“Cloud (SSH)”,即可让 Agent 的 bash/读/写/编辑等工具通过 SSH 在 Linux 服务器上透明运行。

AI 分析

核心用途是将 Agent 的执行环境无缝切换至远程 Linux 服务器。适合需要在云端或远程服务器上进行开发和部署的用户。必要条件是 Node.js >= 22 以及可连接的 SSH 服务器。

套件
dsh-cloud-workspaces
版本
0.2.1
授權
Apache-2.0
最近更新
2026年8月31日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:harryopo/dsh-cloud-workspaces

Usage

  1. Add a host — Settings → SSH Connections → Add host → fill credentials → TestSave.
  2. Bind a cloud workspaceAdd workspaceCloud (SSH) tab → pick host → browse to your project → Use this directory as workspace.
  3. Open a session on that workspace — the agent now runs entirely on the server. Ask it: run pwd, then list the files here and watch bash execute remotely.
  4. Or drive it explicitly: use ssh_exec to run docker ps on web-1.