Remote SSH operations for the dsh web GUI: host config store (~/.dsh/dsh-ssh.json, import from ~/.ssh/config), a persistent ssh2 connection pool with jump-host support, exec / PTY web terminal / SFTP transfer / local port-forward tunnels / cluster execution, plus agent tools (ssh_list, ssh_exec, ssh_upload, ssh_download, ssh_tunnel, ssh_cluster). Hot-pluggable — mounted via ~/.dsh/cordis.patch.yml + a profile node_modules symlink, no dsh source changes.
Agent 协作 · 开发工具 · integrations
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:chenw2759-wq/dsh-easyssh#d2feba60619581b1d4478d24e8c170c4a4cf4f09&path:packages/dsh-ssh
System-level task notifications for DeepSeek Harness (DSH): approval requests, awaited replies, and finished background jobs / subagents / workflows — pushed to the OS notification center with chimes, plus an in-app bell panel, toasts, and a clear button.
Agent 协作 · notifications · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kaotusi/dsh-task-notify
DeepSeek Harness bash executor plugin that routes eligible commands through rtk (Rust Token Killer) to compress tool output and save tokens. Optional overlay: install, then enable via --patch.
other
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DeepTrial/dsh-bash-rtk
Checkpoint marker plugin for the DeepSeek Harness: appends a durable, log-only checkpoint/mark session event so a later exploration fold (the @dpskh/tool-rewind plugin) can drop the noisy middle of an exploration from the model-visible context while keeping only its outcome
效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dpskh/dsh-checkpoint
Exploration-fold plugin for the DeepSeek Harness: folds everything since the most recent checkpoint/mark (appended by the @dpskh/tool-checkpoint plugin) into an auto-generated report, replacing the exploration's noisy middle in the model-visible surface while the durable log keeps the full exploration for audit
other
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dpskh/dsh-rewind