mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 05:04:44 +00:00
docs: add blockImages setting to README
This commit is contained in:
parent
a1d0b1c151
commit
df5ad091b3
1 changed files with 3 additions and 1 deletions
|
|
@ -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 | `[]` |
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue