AI Agent Hub
Back to plugins
🖥️

dsh-bash-terminal

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install MAXeaglet/dsh-bash-terminal

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

Install this plugin in DeepSeek Harness by running dsh plugin install MAXeaglet/dsh-bash-terminal from https://github.com/MAXeaglet/dsh-bash-terminal.

About this plugin

dsh-bash-terminal addresses the friction of relying on a single shell in Windows-based DSH setups. It brings PowerShell, Git Bash, and WSL together under a unified command execution entry point, letting the model run commands in the terminal environment chosen by the user instead of constantly switching between Windows paths, POSIX syntax, and Linux toolchains.

The plugin provides both one-shot shell commands and persistent interactive terminal sessions. It can quickly execute commands such as git, npm, or WSL utilities, while also supporting sessions that keep state across calls, accept input, read output, and receive interrupt signals. The default terminal is fixed by the user in the Web UI, so the model cannot change it, and background jobs, output handling, and process termination follow behavior consistent with official DSH tools.

It is a good fit for Windows users who use DSH for development, script debugging, or mixed-environment workflows—especially those who need PowerShell for Windows tasks but also want convenient access to Git Bash or WSL. Users who want predictable shell selection and a smoother bridge between Windows and Linux-style command execution will find it practical.

Use Cases

  • Run PowerShell, Git Bash, or WSL commands from DSH on Windows.
  • Use interactive terminal sessions for stateful command-line work.
  • Execute scripts, Git commands, or Linux tools with a fixed default shell.

Best For

  • Developers using DSH on Windows.
  • Users who need PowerShell and Linux-style shells in one workflow.
  • People who want the default terminal fixed by the user rather than the model.