v0.169.2-pre
Pre-release
Pre-release
github-actions
released this
15 Jan 18:12
·
590 commits
to main
since this release
- Improved support for Phi4 with ollama. (#23036)
- (temporarily) Removes the linux "save file as root" feature while we figure out bugs. (#23168)
- Fixed inline completions (Copilot, Supermaven, ...) still being visible sometimes after leaving Vim's insert mode. (#23176)
- Changed inline completions (Copilot, Supermaven, ...) to not show up in empty buffers. (#23125)
- Changed the behavior of
<tab>
at start of line when an inline completion (Copilot, Supermaven, ...) is visible. If the cursor is before the suggested indentation,<tab>
now indents the line instead of accepting the visible completion. (#22892) - Fixed duplicate "Fix with Assistant" entries showing in the code action list. (#23118)