siberiah2o/dsh-plugin-terminal1

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。

패키지
dsh-plugin-terminal
버전
0.1.3
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:siberiah2o/dsh-plugin-terminal

dsh-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 through dsh plugin to activate.

Screenshots

CollapsedExpandedMulti-tab
collapsedpanelmultitab

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