AI Agent Hub
Back to plugins
🖥️

dsh-web-terminal

Client Updated 2026.08.22

Run the following command in DeepSeek Harness:

dsh plugin install helays/dsh-web-terminal

Paste the following prompt into your AI chat to install this plugin:

In DeepSeek Harness, install this plugin by running the command `dsh plugin install helays/dsh-web-terminal` with the source at https://github.com/helays/dsh-web-terminal.

About this plugin

When using DeepSeek Harness for AI-assisted coding, developers often face a pain point: after the model edits code, they need to copy-paste it into an external terminal to run commands, causing frequent context switching that breaks the workflow and wastes extra tokens and chat context. Additionally, terminal sessions are often non-persistent, with command history lost upon page refresh or tab switches.

dsh-web-terminal addresses this by integrating a real interactive PTY terminal (powered by xterm.js and node-pty) as a third tab in the Web UI—right alongside Chat and Trajectory. This terminal is completely decoupled from the model/agent, allowing you to run your own shell without polluting the conversation context, achieving zero context overhead. It features session persistence with automatic reconnection and output replay, so you can continue your work across sessions and refreshes. You can also open multiple terminals in parallel and switch shell types (like bash, zsh, PowerShell) via a dropdown menu.

This plugin is ideal for developers who want a one-stop experience within DeepSeek Harness to both write and run code. Whether you’re performing quick tests, building projects, committing Git changes, or debugging command-line tools, you can execute commands in real-time next to the chat without leaving the workspace. It streamlines the development cycle, letting you focus more on coding itself.

Use Cases

  • Run build or test commands immediately after AI edits code
  • Debug command-line applications alongside the chat interface
  • Manage long-running processes with a persistent terminal

Best For

  • Developers using DeepSeek Harness for AI-assisted coding
  • Engineers needing an integrated terminal in a one-stop workspace
  • Full-stack developers seeking efficient, uninterrupted coding workflows