OpenCode v1.14.48 tightens caching, event plumbing
OpenCode v1.14.48 is a release focused on runtime efficiency and internal correctness rather than visible user-facing features. The main changes expand Anthropic and Bedrock cache hints to more cacheable surfaces, disable prompt-time image resizing, move v2 event writes onto `SyncEvent`, and add more complete data-migration state plumbing. It reads like a maintenance release aimed at making provider behavior more predictable and the event pipeline easier to evolve.
Solid infra-focused release with a performance and architecture bias rather than a feature splash.
- –Expanded cache hints should improve reuse and reduce redundant provider work in more request paths.
- –Disabling prompt-time image resizing likely trades a bit of convenience for simpler, more deterministic prompt handling.
- –Moving v2 event writes onto `SyncEvent` suggests the event system is being normalized around a cleaner internal contract.
- –Data-migration state plumbing is the kind of unglamorous work that usually prevents future upgrade bugs.
DISCOVERED
1h ago
2026-05-11
PUBLISHED
2h ago
2026-05-11
RELEVANCE
AUTHOR
OpenCodeLog