januory/dsh-remote-workspaces ↗★ 1
dsh-remote-workspaces
远程工作区插件,支持通过 SSH 将远程主机上的文件夹作为 DSH 工作区打开并执行操作。
AI 分析
核心用途是让 DSH 能够直接读写、搜索远程服务器上的代码,并在远程执行 Shell 命令。适合需要在云端或远程服务器上进行开发和运维的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:januory/dsh-remote-workspaces說明文件
閱讀完整 README ↗Usage
- Open Settings → Remote Workspaces.
- Add an SSH host (or import one from
~/.ssh/config), then Test connection. - In the workspace-add flow, choose a remote host, browse to a directory, and open it. The harness adopts the empty anchor as a workspace, and reads, writes, searches, and shell commands all execute on the remote.