iamsee123/dsh-web-terminal0

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 Analysis

核心用途是在 DSH 网页界面中直接操作本地系统终端,无需切换窗口。支持热插拔和智能体感知。适合需要频繁执行系统命令、进行代码调试或环境配置的开发者。

Package
dsh-web-terminal
Version
0.1.1
License
MIT
Last updated
Aug 16, 2026

Install

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

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)