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-Web-Terminal: Adding a Terminal Tab to DeepSeek Harness Web
dsh-web-terminal is a DeepSeek Harness (DSH) bundle plugin maintained by helays, designed to eliminate the need for switching to an external terminal after the model completes code modifications. This plugin adds a "Terminal" tab at the top of the conversation in the DSH Web interface, featuring an interactive PTY terminal based on xterm.js and node-pty, with support for Windows (ConPTY) and POSIX systems, and automatic detection and switching between shells such as bash, zsh, and PowerShell. Its core advantages include persistent terminal processes, support for multiple independent terminals, automatic reconnection and history playback after page refresh, and terminal operations that remain fully independent of the model context without being recorded in the conversation history. Users can use the /ter
Read More