iamsee123/dsh-web-terminal ↗★ 0
dsh-web-terminal
Local terminal plugin for the DeepSeek Harness web GUI: a multi-tab xterm.js panel over real node-pty shells, streamed through a WebSocket route on the host process. Hot-pluggable — mounted via the web profile bundle list, no dsh source changes.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:iamsee123/dsh-web-terminal说明文档
阅读完整 README ↗Configuration (settings panel / patch yaml)
- id: terminal
config:
enabled: true
announceToAgent: true
shell: /bin/zsh # default: $SHELL
cwd: /path/to/work # default: host process cwd (workspace root)