dsh-sshworkspaces
Maintenance: Activetiphareth0/dsh-sshworkspaces
Workspace-level SSH remote development for DeepSeek Harness: transparent fs/git/terminal routing across hosts, a 4-column IDE, and SSH tooling.
$ dsh plugin add dsh-sshworkspacesInstall
dsh has no central install command — add this plugin’s entry (documented in its README below) to your profile or patch config, then restart.
How installs work4
stars
0
forks
BSD-3-Clause
License
2026-08-28
Created
2026-09-14
Last push
README
dsh-sshworkspaces — 模块化 SSH 工作区与开发工作台
为更好地适配新版 DeepSeek Harness(DSH),原有功能已按职责拆分为两个可独立安装、组合使用的插件:通用远程工作区底座 dsh-hardssh 与适配原生右侧 Sidebar 的 dsh-workbench。目前两部分均已发布到 npm,可按需分别安装。
为更好地适配新版 DeepSeek Harness(DSH),原有功能已按职责拆分为两个可独立安装、组合使用的插件:通用远程工作区底座 dsh-hardssh 与适配原生右侧 Sidebar 的 dsh-workbench。目前两部分均已发布到 npm,可按需分别安装。
功能模块
1. dsh-hardssh:通用远程工作区底座
- GitHub:tiphareth0/dsh-hardssh
- npm:
@tiphareth/dsh-hardssh
dsh-hardssh 是面向新版 DSH 的通用工作区底座。它提供本地/远程工作区 Provider、按工作区和会话路由文件系统与命令执行的能力,并以 SSH 作为远程 Provider 的具体实现。它可以让兼容 DSH 原生工作区协议的其他插件透明地运行在远程服务器上。
2. dsh-workbench:新版原生右侧 Sidebar 工作台
- GitHub:tiphareth0/dsh-workbench
- npm:
@tiphareth/dsh-workbench
dsh-workbench 已适配新版 DSH 的原生右侧 Sidebar,提供增强文件树、Git 面板、CodeMirror 文档编辑器、Jupyter/Markdown/PDF/表格等预览能力,以及 xterm 终端标签。它既可独立用于本地工作区,也可与 dsh-hardssh 配合操作 SSH 远程工作区。
安装
推荐通过 DSH 插件命令直接从 npm 安装:
npx @deepseek-ai/dsh plugin --profile web add "@tiphareth/dsh-hardssh"
npx @deepseek-ai/dsh plugin --profile web add "@tiphareth/dsh-workbench"
安装或升级后,重启 DSH Web:
npx @deepseek-ai/dsh web
如果只需要本地工作台,可以只安装 @tiphareth/dsh-workbench;如需 SSH 远程工作区,请同时安装两个插件。
也可使用 npm 获取包:
npm install @tiphareth/dsh-hardssh @tiphareth/dsh-workbench
实际运行在 DSH Web profile 中时,优先使用上面的
dsh plugin --profile web add命令,以便 DSH 正确写入插件清单和补丁配置。
模块化说明
原 dsh-sshworkspaces 的两部分能力现已分别由上述项目提供。两者均针对新版 DSH 持续迭代:
- 仅需要本地右侧工作台:安装
@tiphareth/dsh-workbench - 仅需要通用 SSH 远程工作区底座:安装
@tiphareth/dsh-hardssh - 需要完整的远程开发体验:同时安装两个插件
本仓库保留 CHANGELOG.md、许可证、历史说明和 Git 提交,方便了解两部分功能的演进过程。最新源码、文档、问题反馈与版本发布请前往各自项目。
License
历史版本使用 BSD-3-Clause;第三方许可说明见 NOTICE。拆分后的项目请分别参阅其仓库中的许可证。
More in CLI & Terminal
deepseek-reasonix
by esengine
DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.
mnemon
by mnemon-dev
LLM-supervised persistent memory for AI agents — graph-based recall, cross-session knowledge, single binary. Works with DeepSeek Harness, Claude Code, OpenClaw, and any agent runtime.
phi
by pulseaiclub
a coding agent, rpc plugin, sub-agents, hashline edits, and mcp
sivtr
by ariestar
A unified memory workspace for agents and people, making terminal output and AI session context searchable and reusable across local workspaces.
