QIANLING-0831/dsh-memory-plus--packages-dsh-tool-result-dedup2

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.

包名
dsh-tool-result-dedup
版本
0.1.0
许可证
MIT
最近更新
2026年8月20日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

配置

Key默认说明
enabledtruefalse 时插件完全空转
maxCacheBytes65536超过该字节数的结果跳过(大结果归 spill 管)
normalizetrim-eoltrim-eol(容忍空白噪声)/ exact(逐字节判重)