Bundle
A terminal dock merged into the DSH web GUI: hideable, split-screen with the chat column, and integrable with terminal-designed TUI plugins (host registerView service + window CustomEvent channel). Windows ConPTY via node-pty, xterm.js in the browser, WebSocket bridge with backpressure.
Bundle
DSH 客户端布局插件:仿 VS Code 的 IDE 外壳——中间标签工具区(编辑器/文档/终端/浏览器/代码变更,可多开)、右侧栏(资源管理器/搜索/源代码管理/远程/扩展/设置/Agent)、底部面板(终端/调试控制台/输出,可拉伸),真实 PowerShell 终端 + 本地代码变更对比 + Git 源码管理 + SSH/WSL 远程,全部可开关,状态持久化。
Bundle
Panel-style local + SSH terminal for the DSH web GUI: real PTY sessions (node-pty), multi-tab terminal panel with xterm.js, workspace-cwd shells — hot-pluggable via a profile bundle without any dsh source changes
Bundle
SSH session manager for DeepSeek Harness: connection profiles, non-interactive ssh_run for the agent, and interactive terminals (node-pty + OpenSSH, xterm over WebSocket).
Bundle
DSH Web 终端插件:右侧 8 列做上下 8/2 分区,下方 2 为系统交互终端(node-pty PTY + xterm.js),底部 iOS 风格透明横杠呼出,可拖拽调高、多标签、挂起/关闭。Host 侧 node-pty 起 $SHELL,经 WebSocket 双向流式;浏览器侧挂 xterm.js。发现入口:GitHub `dsh-plugin` 主题。
rsdgnchen