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.
AI 分析
核心用途是在 DSH 网页界面中直接操作本地系统终端,无需切换窗口。支持热插拔和智能体感知。适合需要频繁执行系统命令、进行代码调试或环境配置的开发者。
インストール
$
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)