Releases

Keep up with the weekly Zed releases.


January

0.169.2

01/15/2025

macOS
Loading...
Loading...
Linux
Loading...
Loading...
  • 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)