Add pi-tool-display (compact tool rendering, adaptive diffs) + pi-lsp-extension (LSP diagnostics/hover/definitions) — vendored from npm 0.5.0 / 1.3.0
This commit is contained in:
39
extensions/pi-tool-display/config/config.example.json
Normal file
39
extensions/pi-tool-display/config/config.example.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"debug": false,
|
||||
"registerToolOverrides": {
|
||||
"read": true,
|
||||
"grep": true,
|
||||
"find": true,
|
||||
"ls": true,
|
||||
"bash": true,
|
||||
"edit": true,
|
||||
"write": true
|
||||
},
|
||||
"customToolOverrides": {
|
||||
"ide_find_symbol": {
|
||||
"enabled": false,
|
||||
"kind": "generic",
|
||||
"outputMode": "summary"
|
||||
},
|
||||
"custom_mcp_gateway": {
|
||||
"enabled": false,
|
||||
"kind": "mcp",
|
||||
"outputMode": "summary"
|
||||
}
|
||||
},
|
||||
"enableNativeUserMessageBox": true,
|
||||
"readOutputMode": "hidden",
|
||||
"searchOutputMode": "hidden",
|
||||
"mcpOutputMode": "hidden",
|
||||
"previewLines": 8,
|
||||
"expandedPreviewMaxLines": 4000,
|
||||
"bashOutputMode": "opencode",
|
||||
"bashCollapsedLines": 10,
|
||||
"diffViewMode": "auto",
|
||||
"diffIndicatorMode": "bars",
|
||||
"diffSplitMinWidth": 120,
|
||||
"diffCollapsedLines": 24,
|
||||
"diffWordWrap": true,
|
||||
"showTruncationHints": false,
|
||||
"showRtkCompactionHints": false
|
||||
}
|
||||
Reference in New Issue
Block a user