KhalilYamber/dsh-session-summarizer

插件 ⭐ 0 MIT other

DSH(DeepSeek Harness)生态原生 Cordis 插件:读取指定 / 当前 / 最近会话并生成上下文摘要,帮助模型在长会话中恢复上下文。全程走 DSH 官方运行时(@deepseek-ai/dsh-session 读取会话、@deepseek-ai/dsh-llm 生成摘要),不依赖任何外部服务。

catalog 简介:—

安装

dsh-session-summarizer/
├── package.json         # manifest:main 指向 src/index.js,dsh.bundle.patch 声明
├── cordis.patch.yml     # bundle patch 层:向 profile 插入插件行
├── src/
│   └── index.js         # 插件入口 { name, inject, apply },注册 session_summarize 工具
├── README.md
├── CHANGELOG.md
└── LICENSE

KhalilYamber/dsh-session-summarizer 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。