dsh-plugin-terminal:在 DSH Web 底部面板中使用真实 PTY 终端
`dsh-plugin-terminal` 是面向 DSH Web 的插件,由 `mervyn-teo` 开发并采用 MIT 许可证。它基于 host PTY、WebSocket 和 xterm.js,在 VS Code 风格的可折叠底部面板中提供真实交互式 PTY 终端。该插件支持 ANSI 颜色、光标移动及 256 色渲染,适用于 Windows PowerShell 及其他环境的默认 Shell。用户可通过 `Ctrl+`` ` 快捷键切换面板,调整高度,并在设置中自定义主题、字体、工作目录等参数,部分设置即时生效,Shell 变更则在下次启动时应用。 安装需确保 DSH 挂载相关服务,
Read Moredsh-plugin-terminal: Adding a Bottom Terminal Panel to the DSH Web GUI
dsh-plugin-terminal is a bottom terminal panel plugin developed specifically for the DeepSeek Harness (DSH) Web GUI, designed to allow users to use multi-tab Shell at the bottom of the page without leaving the browser. Based on node-pty, the plugin supports ConPTY on Windows and openpty on Linux/macOS, addressing the needs of executing commands in parallel within the chat interface, viewing logs, and running full-screen terminal programs like Codex and Claude Code. Core features include: supporting the creation, closure, and restart of multi-tab sessions, with processes continuing to run when switching tabs; persistent storage of session status, working directories, and scrollback history, which can be restored after page refresh or restart; compatibility with xterm.js 6 features, and support for t
Read More