dsh-terminal
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
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.