OpenCode v1.14.47: Prompt Editing & Image Auto-Resize
OpenCode v1.14.47 restores prompt editing keybindings, fixes model persistence across sessions, and adds automatic image resizing. Scout can now pre-materialize reference repos for faster search.
TL;DR
- Prompt editing keybindings restored in TUI textarea (esc, enter aliases work again)
- Model changes now persist across sessions reliably
- Large images auto-resize before sending with configurable limits
- Scout can pre-materialize reference repos for faster search
Fixed
- Prompt editing keybindings — esc and enter aliases now work in TUI textarea after regression
- Model persistence — model changes no longer drop when switching between session activities
- HTTP API validation errors — 400 responses now include readable error body instead of silent failures
Improved
- Scout reference repos — can now materialize configured repositories upfront so they're ready to search immediately
- Image attachment handling — large images auto-resize before sending with configurable size limits to reduce payload bloat
- TUI path rendering — file and directory paths now display relative to session directory for cleaner output
Update: npm install opencode@1.14.47 or check the release page for other package managers.
Source: OpenCode