QIANLING-0831/dsh-memory-plus--packages-dsh-tool-result-dedup ↗★ 2
dsh-tool-result-dedup
Tool-result dedup policy for the DeepSeek Harness — replaces byte-identical repeated plain-text tool results with a pointer to the first occurrence (hash-indexed), saving input tokens on long sessions.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗配置
| Key | 默认 | 说明 |
|---|---|---|
enabled | true | false 时插件完全空转 |
maxCacheBytes | 65536 | 超过该字节数的结果跳过(大结果归 spill 管) |
normalize | trim-eol | trim-eol(容忍空白噪声)/ exact(逐字节判重) |