dsh-session-hub
Aggregate and natively control DeepSeek Harness sessions across multiple remote dsh web servers from one pane: server registry, merged session list, history, prompt, cancel, rename, fork, model selection and approval/question answering.
AI 분석
在单一面板中聚合、控制多台远程服务器上的 DSH 会话,支持重命名、派生及审批响应。适合管理多台远程主机或分布式 Agent 任务的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Asaiuta/dsh-session-hub使用方法
- 在每台远端服务器上运行
dsh web(--host 0.0.0.0由 CLI 自动推导 LAN IP 白名单;更推荐 SSH 反向隧道把远端3080映射到本地127.0.0.1:xxxx,此时天然通过环回信任围栏)。 - 把插件安装进本地 DSH profile(
dsh plugin add dsh-session-hub,或 bundle patch 方式挂载cordis.patch.yml)。 - 打开 Web UI:侧边栏即是服务器目录(每台机器一个目录项,自动展开,本机也在其中),点右上「添加服务器」:名称 +
http://:→ 测试 → 添加。 - 点击目录下任一会话:主区域打开对话——查看历史、发消息、取消、重命名、派生;远端 Agent 请求审批/提问时对话顶部出现应答卡片。