Add consistent, configurable image placeholders (#442)

* Add consistent, configurable image placeholders

* Kill the placeholders
This commit is contained in:
Armin Ronacher 2026-01-04 18:12:55 +01:00 committed by GitHub
parent 36e774282d
commit 5b95ccf830
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 26 deletions

View file

@ -671,7 +671,6 @@ Global `~/.pi/agent/settings.json` stores persistent preferences:
| `retry.baseDelayMs` | Base delay for exponential backoff | `2000` |
| `terminal.showImages` | Render images inline (supported terminals) | `true` |
| `images.autoResize` | Auto-resize images to 2000x2000 max for better model compatibility | `true` |
| `doubleEscapeAction` | Action for double-escape with empty editor: `tree` or `branch` | `tree` |
| `hooks` | Additional hook file paths | `[]` |
| `customTools` | Additional custom tool file paths | `[]` |