orangelightening/dsh-plugin-anti-rot0

dsh-plugin-anti-rot

dsh plugin: compresses verbose tool error payloads (drops stack frames, caps message lines) on the tools/post-execute waterfall before they reach model context.

包名
dsh-plugin-anti-rot
版本
1.0.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:orangelightening/dsh-plugin-anti-rot

Configuration

FieldTypeDescription
maxLinesnumberMaximum message lines kept in a compressed error payload. Must be a positive integer; load fails loudly otherwise.

Example entry in cordis.patch.yml:

- insert:
    - id: anti-rot
      name: dsh-plugin-anti-rot
      config:
        maxLines: 15