dsh-rich-indexing
分级压缩中枢:把单一的 80% 压缩阈值换成可配置的阶梯(默认 30/50/70/90),逐级加强压缩力度;每次检查点都折叠入确定性关键词索引,让事实跨周期累积;摘要走模型链——主模型加最多 3 个回退,各自独立推理档位。附带 Compaction 模块子标签页与设置卡片;关闭插件始终恢复原版压缩。
Tiered compaction hub: replaces the single 80% compaction cliff with a configurable ladder (default 30/50/70/90) whose tiers escalate from gentle to maximum consolidation laws, folds a deterministic keyword index into every checkpoint so facts accumulate across cycles, and summarizes through a model chain — primary plus up to 3 fallbacks, each with its own reasoning effort. Adds a Compaction module sub-tab and a Settings card; toggling off always restores stock compaction.
怎么安装
dsh plugin add github:savageops/dsh-rich-indexing 简介
dsh-rich-indexing Tiered, index-aware compaction for DeepSeek Harness. Takes over the compaction service from compaction-basic and replaces the single 0.8 cliff with a graduated ladder, escalating consolidation laws, a deterministic keyword index folded into every checkpoint, and a summarization model chain. What changes vs stock compaction | | stock basic | rich-indexing | | --- | --- | --- | | Trigger | one zone (thresholdRatio: 0.8) | tier ladder, default **30% / 50% / 70% / 90%** | | Summarization | one fixed law | four laws, escalating per tier: gentle → standard → consolidating → maximum…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-08-30
- 创建于
- 2026-08-29
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
同类推荐
dsh-chat-import
Nwflower/dsh-chat-import
把 13 家 coding agent(Claude Code、Codex、ChatGPT、Cursor、Gemini、opencode 等)的完整对话历史导入为可续聊的 DeepSeek Harness 会话,并支持反向导出回 Claude Code。
prism-coder
dcostenco/prism-mcp
适用于 AI 编码代理的持久会话记忆——本地优先,支持设备端推理、关联回忆和漂移检测。适用于 Claude Code、Cursor 和 Codex。
dsh-recall-plugin
limbo947/dsh-recall-plugin
消息撤回:在用户消息旁加「撤回」按钮,把对话历史(官方会话 fork)与项目文件(逐消息影子 git 快照)一并回退到该消息发送之前,带差异预览确认面板。
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
对话恢复插件:编辑最近一轮已结束的用户消息、显式重试失败轮次;两条路径都走 session fork 分支,原会话不被改动。