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.

AI 분석

自动将字节完全相同的重复工具输出替换为首次出现的指针引用,大幅节省长会话中的输入 Token。适合频繁运行重复命令或读取相同文件的用户。

패키지
dsh-tool-result-dedup
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 20.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 README 읽기 ↗

配置

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