v1.14.19
OpenCodeSummary
This release introduces NVIDIA as a new built-in provider option, enhancing connectivity choices for users. Several critical bugs were fixed, including issues with compiled binary startup and concurrent file edits. Additionally, the tool now preserves recent conversation turns verbatim during compaction to improve local context for follow-up tasks.
New Features
- Added NVIDIA as a built-in provider option, including connection documentation and required attribution headers.
- Bundled JetBrainsMono Nerd Font Mono and added a separate setting for configuring the terminal font.
Bug Fixes
- Fixed compiled binaries failing on startup due to a circular session schema dependency.
- Fixed parallel edits overwriting each other by preserving concurrent edits to the same file.
- Fixed managed installs failing on Windows and added bundled ripgrep support for Windows ARM64.
Improvements
- Renamed the compaction setting to `preserve_recent_tokens` for clarity regarding the budget that keeps recent turns verbatim.
- Kept recent conversation turns verbatim during session compaction to maintain more local context for follow-up work.
- Implemented a fallback to summarizing the full conversation when preserved recent turns contain too much media to fit safely.
- Reduced loading flicker when opening projects and bringing prompt controls online.