siberiah2o/dsh-plugin-terminal ↗★ 1
dsh-plugin-terminal
Bottom terminal panel plugin for DeepSeek Harness Web GUI (node-pty powered, works on Windows via ConPTY)
AI 분석
核心用途是在 DSH 网页端提供一个多标签页的交互式命令行终端。适合需要在 Web 界面中直接执行 Shell 命令、管理本地服务的开发者。支持 Windows、Linux 和 macOS。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:siberiah2o/dsh-plugin-terminaldsh-plugin-terminal
Bottom terminal panel for the DeepSeek Harness (DSH) Web GUI — an interactive multi-tab shell pinned to the bottom of the page (ConPTY on Windows, openpty on Linux/macOS).
中文 · MIT
Install
dsh plugin --profile web add dsh-plugin-terminal && dsh web
Note: this is a DSH (DeepSeek Harness) plugin — do not use plain
npm i dsh-plugin-terminal; it must be installed throughdsh pluginto activate.
Screenshots
| Collapsed | Expanded | Multi-tab |
|---|---|---|
![]() | ![]() | ![]() |
Features
- Bottom panel pinned to the viewport, aligned with the conversation column; the input box always stays above the terminal
- `Ctrl+`` toggles; drag the top grip to resize (120px–78% viewport, remembered)
- Multi-tab:
+new, ✕ close, ⟳ restart; processes keep running on tab switch; live sessions restore after refresh - xterm.js 6: colors, blinking cursor, alternate screen, Unicode, 5000-line scrollback
- WebSocket duplex channel to the PTY; dark terminal surface in both light and dark themes
License
MIT


