AI Agent Hub
Back to plugins
🖥️

dsh-terminal

Client Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install dongsheng123132/dsh-terminal

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

Run dsh plugin install dongsheng123132/dsh-terminal inside DeepSeek Harness to install it; source code is at https://github.com/dongsheng123132/dsh-terminal

About this plugin

DeepSeek Harness has traditionally been consumed through its Web interface or one-off headless invocations. Developers who want a persistent, multi-turn coding dialogue inside a terminal previously had no lightweight, native option. dsh-terminal fills that gap by keeping one real DSH Agent and Session alive across prompts, turning Harness into a conversational coding CLI.

Rather than implementing a second agent, the plugin reuses DSH's existing model selection, tool registry, permission system, session log, and shutdown lifecycle. In the terminal, ordinary text continues the current session; /new starts a fresh one; /help lists terminal and DSH slash commands; /exit or /quit closes the session gracefully; and any other slash command (for example /compact, /plan, or /cache) is dispatched straight to DSH, plugging cleanly into the existing plugin ecosystem.

The package ships as plain JavaScript with no build step required, so a Git clone is all you need. It is aimed at developers who prefer to live in a terminal and treat Harness as a day-to-day interactive coding assistant instead of relying solely on the Web app.

Use Cases

  • Iterate on code across multiple turns in a terminal without restarting sessions
  • Use Harness as a daily CLI companion with slash commands like /plan and /compact
  • Keep an AI-assisted coding workflow alive on headless remote servers

Best For

  • Developers who live in the terminal
  • Engineers running Harness over SSH or on headless machines
  • Users who prefer interactive multi-turn sessions over one-shot invocations