docs: add blockImages setting to README

This commit is contained in:
Mario Zechner 2026-01-06 12:01:16 +01:00
parent a1d0b1c151
commit df5ad091b3

View file

@ -699,7 +699,8 @@ Global `~/.pi/agent/settings.json` stores persistent preferences:
"showImages": true "showImages": true
}, },
"images": { "images": {
"autoResize": true "autoResize": true,
"blockImages": false
}, },
"extensions": ["/path/to/extension.ts"] "extensions": ["/path/to/extension.ts"]
} }
@ -726,6 +727,7 @@ Global `~/.pi/agent/settings.json` stores persistent preferences:
| `retry.baseDelayMs` | Base delay for exponential backoff | `2000` | | `retry.baseDelayMs` | Base delay for exponential backoff | `2000` |
| `terminal.showImages` | Render images inline (supported terminals) | `true` | | `terminal.showImages` | Render images inline (supported terminals) | `true` |
| `images.autoResize` | Auto-resize images to 2000x2000 max for better model compatibility | `true` | | `images.autoResize` | Auto-resize images to 2000x2000 max for better model compatibility | `true` |
| `images.blockImages` | Prevent images from being sent to LLM providers | `false` |
| `doubleEscapeAction` | Action for double-escape with empty editor: `tree` or `branch` | `tree` | | `doubleEscapeAction` | Action for double-escape with empty editor: `tree` or `branch` | `tree` |
| `extensions` | Additional extension file paths | `[]` | | `extensions` | Additional extension file paths | `[]` |