v1.14.19
anomalyco/opencodev1.14.19Apr 20, 2026by opencode-agent[bot]
AI Summary
This release fixes a circular session schema dependency, renames the compaction setting, and adds NVIDIA as a built-in provider option.
Key Highlights
- Prevented compiled binaries from failing on startup because of a circular session schema dependency.
- Renamed the compaction setting to `preserve_recent_tokens`.
- Preserved concurrent edits to the same file instead of letting parallel edits overwrite each other.
- Added NVIDIA as a built-in provider option, including connection docs and required attribution headers.
- Added a separate terminal font setting and bundled JetBrainsMono Nerd Font Mono.
Breaking Changes
- Renamed the compaction setting to `preserve_recent_tokens`
New Features
- NVIDIA as a built-in provider option
- JetBrainsMono Nerd Font Mono
Full Release Notes
## Core - Prevented compiled binaries from failing on startup because of a circular session schema dependency. - Renamed the compaction setting to `preserve_recent_tokens` for the budget that keeps recent turns verbatim. - Preserved concurrent edits to the same file instead of letting parallel edits overwrite each other. - Fixed managed installs on Windows and added bundled ripgrep support for Windows ARM64. - Added NVIDIA as a built-in provider option, including connection docs and required attribution headers. (@anniesurla) - Kept recent conversation turns verbatim during session compaction so follow-up work keeps more local context. - Fell back to summarizing the full conversation when preserved recent turns include too much media to fit safely. ## Desktop - Reduced loading flicker when opening projects and bringing prompt controls online. - Added a separate terminal font setting and bundled JetBrainsMono Nerd Font Mono. **Thank you to 1 community contributor:** - @anniesurla: - feat(provider): add NVIDIA to popular providers, docs, and attribution headers (#22927)