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
更多「命令列與終端機」外掛
deepseek-reasonix
作者 esengine
專為 DeepSeek 打造的終端 AI 程式設計智慧體,圍繞字首快取穩定性設計,可常駐執行。
dashi-taskboard
作者 chuspeeism
為 DSH 與 Claude Code、Codex 等智慧體提供的任務看板外掛。
mnemon
作者 mnemon-dev
LLM 監督的持久記憶系統,基於圖結構召回、跨會話知識共享,單個二進位制檔案,相容 DeepSeek Harness 等執行時。
sivtr
作者 ariestar
面向人類與智慧體的統一智慧體記憶工作區。
