DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

dongsheng123132 /

dsh-terminal

已验证

Persistent interactive terminal mode for DeepSeek Harness

★ 2 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@4ce4af29

dsh-terminal

CI MIT license Node.js 22+ Awesome DSH Plugins

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
  • /new starts a fresh session
  • /help lists terminal commands and DSH's registered slash commands
  • /exit or /quit closes the terminal
  • other slash commands are dispatched directly to DSH (for example /compact, /plan, or /cache when provided by dsh-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
—/ 5

暂无评分

已验证 DSH bundle

Commit 4ce4af29c872

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于