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 分析

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

パッケージ
dsh-web-terminal
バージョン
0.1.1
ライセンス
MIT
最終更新
2026/08/16

インストール

$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)