返回目录
开发工具 插件

dsh-terminal

dongsheng123132/dsh-terminal

Persistent interactive terminal mode for DeepSeek Harness

Stars
2
Forks
0
Issues
0
更新
4 天前

PROJECT TOPICS

项目标签

INSTALL REFERENCE

安装参考

未验证
dsh plugin --profile web add github:dongsheng123132/dsh-terminal

该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。

PROJECT README

README

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

CLASSIFICATION EVIDENCE

分类依据

项目类型插件
功能分类开发工具
规则置信度

系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: cli、developer-tools、terminal。