Wanbinyu/dsh-error-lens0

dsh-error-lens

Read-only, redacted provider error diagnostics for DeepSeek Harness

包名
dsh-error-lens
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Wanbinyu/dsh-error-lens

配置

默认配置位于 Web profile 的 cordis.patch.yml

- insert:
    - id: error-lens
      name: dsh-error-lens
      config:
        maxRecords: 10
        maxMessageLength: 2000
选项默认值说明
maxRecords10每个会话投影保留的最近错误数量,范围 1-50
maxMessageLength2000单条脱敏错误的最大字符数,范围 256-8000