MDR-EX1000/dsh-rw0

dsh-rw

Remote-SSH-style workspace for DeepSeek Harness (DSH): pick an SSH host and a remote directory as a native DSH workspace; the agent operates the remote filesystem directly via rw_* tools (SFTP/exec). No mirror, no sync — the remote is the source of truth.

AI 分析

核心用途是让 Agent 通过 SFTP/exec 直接在远程服务器上操作文件。适合需要在远程服务器或开发机上直接进行代码编写和系统维护的用户。

パッケージ
dsh-rw
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/19

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MDR-EX1000/dsh-rw

ドキュメント

README 全文を読む ↗

Configuration

Plugin config keys (defaults shown):

KeyDefaultMeaning
hostKeyPolicy'accept-new''accept-new' learns first-seen keys into known_hosts; 'strict' refuses unknown; 'off' disables verification (explicitly)
knownHostsPath~/.ssh/known_hostsknown_hosts file used for verification
commandTimeoutMs30000per remote command timeout
connectTimeoutMs15000SSH handshake timeout
maxOutputChars200000cap on collected stdout/stderr per call