How to install
dsh plugin add github:qwert702/dsh-context-compressor About
dsh-context-compressor 小模型上下文压缩插件,面向 **DeepSeek Harness Web GUI**。 上下文一长、小上下文模型就装不下——点一下会话标题栏的「**压缩**」按钮:插件把整段对话总结成几句话,**新建一个同工作区的会话**,把摘要作为第一条消息注入,然后自动切过去继续聊。原对话原样保留在侧边栏,一个字都不丢。 **一键安装:** dsh plugin --profile web add <仓库或本地路径> 例如本地路径:dsh plugin --profile web add D:\CBN-HT\Desktop\AI编程\dsh插件\dsh-context-compressor 装完重启 harness(dsh web)、刷新页面,会话标题栏右侧会出现「压缩」按钮。 功能 **一键压缩**:标题栏「压缩」→ 内联确认「压缩后新建会话继续?」→ 自动完成并切换。 **几句话的摘要**:摘要请求让模型把对话压成紧凑中文要点(3~10 条、每条一句话),关键信息(路径、命令、函数名、错误信息、数字、决定、用户偏好)原样保留——新会话上下文极小,小模型轻松装下。 **新建会话继续**:新会话与原文同工作区、继承 agentPreset、parentSession 指向原会话(侧边栏里嵌套显示来源),标题自动带上「· 续」;原会话作为完整历史保留…
Recommendation signals
Meta
- License
- –
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-20
- Created
- 2026-08-20
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令;无 license;描述过短(<20 字符),疑似低质
- Sources
- curated:0xsline/awesome-deepseek-harness
- Topics
- compression, context-summarization, deepseek, deepseek-harness, dsh, dsh-plugin, session
Related plugins
dsh-recall-plugin
limbo947/dsh-recall-plugin
Recall any user message: rolls the conversation (official session fork) and workspace files (per-message shadow git snapshots) back to before it, with a diff-preview confirmation panel.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
Chat recovery for DSH: edit the last finished user message and explicitly retry failed turns, both via session-fork branches that leave the original conversation untouched.
dsh-share
dsh-external/dsh-share
DSH 对话分享插件,分享单轮或多轮对话,可导出为图片或 Markdown。Share DSH Q&As or selected conversation groups as PNG or Markdown.
task-passport
dongsheng123132/task-passport
Carry durable task state across DeepSeek Harness, WorkBuddy, Claude Code and Codex with machine-readable checkpoints and optimistic locking.