{
  "$schema": "https://raw.githubusercontent.com/zhcsyncer/pi-extensions/main/packages/pi-tool-display-intent/config/config.schema.json",
  "version": 2,
  "intent": {
    "enabled": true,
    "language": "zh-CN",
    "maxLength": 96
  },
  "toolCalls": {
    "style": "claude",
    "bashCommandPreviewRows": 1
  },
  "results": {
    "mode": "summary",
    "previewRows": 10
  },
  "diff": {
    "layout": "auto",
    "indicators": "bars",
    "splitMinWidth": 120,
    "collapsedRows": 24,
    "wordWrap": true
  },
  "transcript": {
    "userMessageStyle": "boxed",
    "thinkingLabel": true
  },
  "tools": {
    "passthrough": [],
    "custom": {
      "web_search": {
        "renderer": "generic",
        "mode": "summary"
      }
    }
  },
  "advanced": {
    "expandedRows": 500,
    "truncationHints": false,
    "rtkCompactionHints": false,
    "debug": false
  }
}
