telexed ~ c / d1a92786-43fradar:50 · agent_toolLIVE
← back
NO.
#d1a92786
Topic
AGENTS & TOOLS
Source
opencode_releases
Published
2026-05-11 00:23:19
Importance
★ 5/10 — radar 50
`OpenCode` `v1.14.47` fixes TUI editing and preloads Scout refs
FIG-0011:1

`OpenCode` `v1.14.47` fixes TUI editing and preloads Scout refs

Daily reliability got better: prompt editing is back, model switches stick, and API validation errors return readable 400 bodies. Scout preloading and auto-resized image uploads trim friction enough to matter in regular use.

[ KEY POINTS ]
  1. TUI prompt editing keybindings were restored, including aliases like esc and enter; terminal-first workflows feel normal again.
  2. Model changes now persist across session activity, removing a class of state-loss bugs that can quietly waste iterations.
  3. HTTP API schema validation failures now return a readable 400 response body, which makes wrapper scripts and integrations easier to debug.
  4. Scout can materialize configured reference repositories up front, so code search starts faster when multi-repo context is part of the setup.
  5. Large image attachments are auto-resized before sending with configurable limits, cutting failed uploads and token-heavy payloads.
Originalgithub.com/anomalyco/opencode/releases/tag/v1.14.47Read original →

// related