Hefulalala/dsh-remote-workspace ↗★ 0
@dsh-external/dsh-remote-workspace
远程站点与远程工作区(SSH/SFTP):连接管理、统一添加工作区、远程文件读写
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Hefulalala/dsh-remote-workspace说明文档
阅读完整 README ↗Usage
-
Open 🌐 Remote Sites in the bottom-left sidebar and add a site:
Field Notes Host / Port / Username SSH target Home directory optional; empty = auto-detect the remote home Auth password / private-key file / SSH agent -
Click Add Workspace in the left workspace tree:
- Choose Local → pick a local folder (same as before)
- Choose a remote site → pick a remote folder (starts at the site home)
- Choose New remote site → configure the connection, then continue to folder selection
-
A remote workspace now appears in the left tree. Click it to open a new session, then just talk to the agent, e.g.:
"Read /srv/app/config.yml and change the port to 8081"
The agent resolves paths against the remote root and uses remote_workspace_read/write automatically (guided by the generated AGENTS.md).