dsh-terminal
Maintenance: Activedongsheng123132/dsh-terminal
Persistent interactive terminal mode for DeepSeek Harness
Install
dsh has no central install command — add this plugin’s entry (documented in its README below) to your profile or patch config, then restart.
How installs work2
stars
0
forks
JavaScript
Language
MIT
License
2026-08-14
Created
2026-08-14
Last push
README
dsh-terminal
An MIT-licensed persistent terminal mode for DeepSeek Harness. It keeps one real DSH Agent and Session alive across prompts, so customers can use Harness like a conversational coding CLI instead of only through the Web app or one-shot headless mode.
It reuses DSH's own model selection, tools, permissions, session log, commands, and shutdown lifecycle. There is no second agent implementation.
Install
dsh plugin --profile terminal add github:dongsheng123132/dsh-terminal
dsh --profile terminal
Plain JavaScript is committed as the package entry point, so Git installs require no build-script permission.
Commands
- ordinary text starts another turn in the same session
/newstarts a fresh session/helplists terminal commands and DSH's registered slash commands/exitor/quitcloses the terminal- other slash commands are dispatched directly to DSH (for example
/compact,/plan, or/cachewhen provided bydsh-cache-stabilizer)
To add cache-prefix stabilization and measured cache statistics:
dsh plugin --profile terminal add github:dongsheng123132/dsh-cache-stabilizer
Development
npm test
npm run check
More in CLI & Terminal
deepseek-reasonix
by esengine
DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.
dashi-taskboard
by chuspeeism
Task board for AI coding agents, available as a CLI or plugin for DeepSeek Harness, Claude Code and Codex.
mnemon
by mnemon-dev
LLM-supervised persistent memory for AI agents — graph-based recall, cross-session knowledge, single binary. Works with DeepSeek Harness, Claude Code, OpenClaw, and any agent runtime.
sivtr
by ariestar
A unified agent memory workspace for human and agent
