Skip to content

Releases: deevus/zed-windows-builds

v0.213.3

23 Nov 04:33
06f2bbc

Choose a tag to compare

This week's release includes support for Gemini Pro 3, a setting to enable sticky scroll for keeping scopes visible at the top of the editor, multi-word snippet prefixes, configurable default models for custom agent profiles, improved UI responsiveness when staging/unstaging large Git files, and support for HTML styling elements and table captions in Markdown preview.

Features

AI

  • Agent: Added the newly released Gemini 3 Pro model. (#43015; thanks mInrOz)
  • Agent: Added an icon button in the agent panel that allows triggering the @-mention menu (for adding context) now also with the mouse. (#42449)
  • Agent: Added support for opening thread as markdown in remote projects. (#42182)
  • Agent: Enabled configuring a default model for each custom agent profile, available through the default_model key in the settings. (#39220; thanks dvcrn)
  • Agent: Enabled uninstalling agent servers from the agent panel's settings view. (#42445)
  • Agent: Recommended AI models now still appear in their normal category in addition to "Recommended". (#42489)
  • Agent: Improved API key configuration display in language model settings. (#42306; thanks chenmijiang)
  • Agent: Improved the AddSelectionToThread action display by only making it available when there are selections in the editor. (#42280)
  • Agent: Restoring a checkpoint now stops the agent conversation. (#42537)
  • Agent: Restored horizontal scrollbars for codeblocks. (#40736; thanks xipeng-jin)
  • Agent: Filtered out whitespace-only text content parts for OpenAI and OpenAI compatible providers. (#40316; thanks Maokaman1)

Git

Let's Git Together status:
Current Progress: 62 of 153 issues closed, with 11 PRs shipped by the community. And 21 PRs in progress by the community!
Goal: Close out 153 git issues by December 31, 2025.
The git PRs are rolling in. We're shipping the features you've been asking for, side-by-side with our open source contributors.
It's not too late to join! Check out our git board and tackle an issue with the team.

⭐ = Shipped via Let's Git Together


  • Improved UI responsiveness when staging/unstaging large files. (#42149)
  • ⭐Added a notification when cloning a repo. (#41712; thanks AlvaroParker)
  • ⭐Added support for Forgejo and Gitea avatars in git blame. (#41813; thanks amtoaer)
  • Added automatic git-commit signing support by presenting the user with an askpass modal. (#42239)
  • ⭐Improved visual cue on git panel UI to check previous commit changes. (#41960; thanks delvin02)
  • ⭐Improved timestamp handling in various Git UI components for enhanced user experience. (#41005; thanks virajbhartiya)
  • ⭐Fixed the branch-picking error by replacing multiple sequential switch operations with just one switch operation. (#42151; thanks ayu-ch)
  • ⭐Fixed stale git repositories persisting after removal. (#41592; thanks errmayank)
  • ⭐Fixed support for self-hosted Bitbucket. (#42002; thanks amtoaer)
  • ⭐Fixed git pull failing when tracking remote with different branch name. (#41768; thanks errmayank)
  • Fixed staging checkbox flickering sporadically in the Git panel. (#43061)

Debugger

  • Added support for relative paths in LSP and DAP binaries. (#42135)
  • Added gdb_path and gdb_args to gdb debug adapter options. (#37193; thanks druppy)

Languages

  • Markdown: Improved the accuracy of mouse selections. (#42162)
  • Markdown Preview: Added support for HTML styling elements. (#42143; thanks RemcoSmitsDev)
  • Markdown Preview: Added support for HTML table captions. (#41192; thanks RemcoSmitsDev)
  • Rust: Added highlighting for the bang mark in macro invocations. (#41572; thanks hyeondg)
  • Rust: Improved lifetime highlighting using the lifetime capture. (#42372)
  • Python/ty: Code completion menu now shows packages that will be imported when a given entry is accepted. (#42233; thanks boetro)
  • Python: Allowed configuring conda manager via terminal.detect_venv.on.conda_manager with the following options: auto (default) | conda | mamba | micromamba. (#40577; thanks cvanelteren)
  • Added support for comment language injections for remaining built-in languages and multi-line support for Rust. (#41710; thanks thedadams)

Vim / Helix

  • Improved the :sort command to sort the buffer's content when no selection is used. (#42376)

Other

  • Added a setting to stick scopes to the top of the editor. To enable, use "sticky_scroll": {"enabled": true}. (#42242; thanks timvermeulen)
  • Added support for multi-word snippet prefixes. (#42398)
  • Added support for image preview in remote sessions. (#39158; thanks cavebatsofware)
  • Added granular settings to control when files auto-open in the project panel (project_panel.auto_open.on_create, on_paste, on_drop). (#40435; thanks miguelcsx)
  • Added jumping to the most recent selection when clicking the multi-buffer header file name or the "Open file" button, if one exists. (#42480)
  • Added a workspace: clear navigation history command. (#42176; thanks libondev)
  • Added line numbers to deleted git hunks when relative line numbering is enabled. (#42378)
  • Added support for closing system window tabs with middle mouse click. (#41628; thanks toshmukhamedov)
  • Added editor: {next,previous} snippet tabstop actions. (#42127)
  • Improved the "Select Next Occurrence", "Select Previous Occurrence" and "Select All Occurrences" actions in order to respect the case sensitivity search settings. (#42121)
  • macOS: Improved stacking of new window. (#38683; thanks petros)
  • macOS: Improved pasting by inserting the actual file path when the clipboard contains a file URL (enables image paste support for Claude Code). (#36848; thanks seantimm)

Bug Fixes

  • Windows: Fixed trying to use powershell for commands when it's not installed on the system. (#42204)
  • Windows: Fixed clangd's switch source header action not working. (#42105)
  • Agent: Fixed an issue where Zed would panic when trying to set the default mode for ACP agents. (#42452)
  • Agent: Fixed tool calling when using the latest version of Ollama. (#42275; thanks tidely)
  • Agent: Fixed an issue where context servers provided by extensions could not be uninstalled if they were previously unconfigured. (#42384)
  • Agent: Fixed agent panel message editor's placeholder text by making it more accurate as to whether agents support slash commands, particularly those com...
Read more

11-23-2025

23 Nov 06:06
06f2bbc

Choose a tag to compare

Built from zed-industries/zed commit 7a5851e1: ui: Remove CheckboxWithLabel and improve Switch and Checkbox (#43343)

11-22-2025

22 Nov 05:02
06f2bbc

Choose a tag to compare

Built from zed-industries/zed commit 4376eb82: Disable flaky test_git_status_postprocessing test (#43293)

11-21-2025

21 Nov 05:42
06f2bbc

Choose a tag to compare

Built from zed-industries/zed commit 07d98981: Make the edit prediction status bar menu work correctly when using sweep (#43203)

11-20-2025

20 Nov 05:17
06f2bbc

Choose a tag to compare

Built from zed-industries/zed commit 1fab43d4: Allow styling the container of markdown elements (#43107)

11-19-2025

19 Nov 05:09
06f2bbc

Choose a tag to compare

Built from zed-industries/zed commit 1e2f15a3: Disable phpactor by default on windows (#43011)

11-18-2025

18 Nov 05:34
06f2bbc

Choose a tag to compare

Built from zed-industries/zed commit 0386f240: Add experimental Sweep edit prediction provider (#42927)

11-17-2025

17 Nov 05:10
06f2bbc

Choose a tag to compare

Built from zed-industries/zed commit b0525a26: Report automatically discarded zeta predictions (#42761)

11-16-2025

16 Nov 05:26
06f2bbc

Choose a tag to compare

Built from zed-industries/zed commit 1683052e: editor: Fix MoveToEnclosingBracket and unmatched forward/backward Vim motions in Markdown code blocks (#42813)

11-15-2025

15 Nov 05:01
06f2bbc

Choose a tag to compare

Built from zed-industries/zed commit 1277f328: docs: Improve custom keybinding for external agent example (#42776)