dsh-plugin-context-compressor
开发工具 活跃维护

dsh-plugin-context-compressor

YYTbit/dsh-plugin-context-compressor

提供长对话上下文自动压缩能力,可智能识别核心语义并剔除冗余内容,在完整保留对话关键信息的同时降低token消耗,部署后无需改动原有调用逻辑即可生效。

1
Stars 标星
0
Forks 分支
1
Watchers 关注
0
Open Issues
TypeScript
主要语言
MIT
开源协议
3 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:YYTbit/dsh-plugin-context-compressor
git clone https://github.com/YYTbit/dsh-plugin-context-compressor.git
git clone git@github.com:YYTbit/dsh-plugin-context-compressor.git
README.md master

dsh-plugin-context-compressor

Context compression skill for DeepSeek Harness.

What it does

Teaches the agent how to compress long conversations:

  • Keep decisions, errors, file paths, user preferences
  • Drop repeated info, failed attempts, verbose output
  • Structured summary format for easy recall

Install

dsh plugin --profile your-profile add dsh-plugin-context-compressor

Usage

  • "Summarize what we've done so far"
  • "Compress this conversation"
  • "We're running out of context, summarize"

License

MIT -- YYTbit