januory/dsh-remote-workspaces1

dsh-remote-workspaces

远程工作区插件,支持通过 SSH 将远程主机上的文件夹作为 DSH 工作区打开并执行操作。

AI 分析

核心用途是让 DSH 能够直接读写、搜索远程服务器上的代码,并在远程执行 Shell 命令。适合需要在云端或远程服务器上进行开发和运维的用户。

套件
dsh-remote-workspaces
版本
0.2.0
授權
MIT
最近更新
2026年9月7日

安裝

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

Usage

  1. Open Settings → Remote Workspaces.
  2. Add an SSH host (or import one from ~/.ssh/config), then Test connection.
  3. 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.