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.
AI Analysis
自动将字节完全相同的重复工具输出替换为首次出现的指针引用,大幅节省长会话中的输入 Token。适合频繁运行重复命令或读取相同文件的用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗配置
| Key | 默认 | 说明 |
|---|---|---|
enabled | true | false 时插件完全空转 |
maxCacheBytes | 65536 | 超过该字节数的结果跳过(大结果归 spill 管) |
normalize | trim-eol | trim-eol(容忍空白噪声)/ exact(逐字节判重) |