- Fixed a potential filesystem sandbox escape when running extensions. (#63147)
- Fixed GitHub Copilot Chat authentication and API routing for GitHub Enterprise Cloud (#63142)
- Fixed project-level language server settings being ignored by extensions built with extension API versions before and including v0.1.0. (#63083)
- Fixed an issue where Flatpak CLI launches would open unrelated/nonexistent files due to a bug in argument construction (#62959)
Releases
Keep up with the weekly Zed releases.
1.16.2
Aug 24, 2026
1.16.1
Aug 19, 2026
This week's release includes Gemini 3.6 Flash support, collapsible grouped changes and optional stash messages in the Git Panel, zooming and horizontal scrolling for Mermaid diagrams, and a new setting for controlling whether the Terminal Panel opens automatically in new workspaces.
Shipped by the Zed Guild 🛡️
- Improved Git Panel organization by making grouped change sections collapsible. (#62441; thanks chirivelli)
- Linux: Improved memory usage. (#62192; thanks tidely)
- Fixed a bug where update checks for extension-provided language servers could get stuck on flaky internet connections. (#62175; thanks vitallium)
- Fixed directional focus navigation into the Git Panel's History tab. (#62215; thanks feeiyu)
- Fixed language server RPC logs displaying untimed requests beneath an unrelated response's duration header. (#61452; thanks aviatesk)
Learn about the Zed Guild.
Features
AI
- Added Gemini 3.6 Flash to the Google AI models. (#62010; thanks ArneshBanerjee)
- Added Claude Opus 5, Gemini 3.5 Flash Lite, Gemini 3.6 Flash, Gemini 3.7 Flash, Kimi K3, Grok 4.6, and Muse Spark 1.2 to OpenCode Zen. (#61199; thanks Vlaaaaaaad)
- Added Kimi K3, Grok 4.5, Hy3, GPT 5.6 Luna, Qwen 3.8 Max, and GLM 5.3 to OpenCode Go. (#61199; thanks Vlaaaaaaad)
- Improved the terminal tool's ability to target project subdirectories. (#59937; thanks infogulch)
- Improved Agent Panel terminals to shrink after being cleared. (#62504)
Git
- Added an optional message prompt when stashing changes. (#62439; thanks Priyadharshan0903)
- Added
Copy PathandCopy Relative Pathoptions to the Git Panel context menu. (#62352; thanks Huliiiiii) - Added the
gutter.git_gutter_widthsetting to the Settings UI with default (font-size-scaled) and custom (fixed pixel width) options. (#62813)
Vim / Helix
- Added support for using
tabandshift-tabto navigate the code actions menu in Helix mode. (#62356; thanks Huliiiiii)
Languages
- Added highlighting for Python dunder variables via
attribute.specialin themes. (#58158; thanks allachance) - Improved navigation of wide Markdown tables by adding horizontal scrollbars. (#61745; thanks Zeraphim)
Terminal
- Added
terminal.starts_opento control whether the Terminal Panel opens automatically in new workspaces. (#54373; thanks jknlsn)
Other
- Improved Mermaid diagrams with zooming and horizontal scrolling in the Markdown Preview and Agent Panel. (#62115)
- Added frame-rendering performance data to the diagnostics Zed collects when telemetry is enabled, helping identify stutters and dropped frames. (#61871)
- Improved loading spinners to rotate in phase with one another. (#62332)
- Improved the Text Finder by highlighting queries as regular expressions when the regex filter is enabled. (#61128; thanks apoorva-01)
Bug Fixes
- Fixed the terminal tool failing to block path traversal escapes. (#59937; thanks infogulch)
- Fixed the terminal tool targeting absolute directories on Windows hosts connected to remote SSH or WSL projects. (#59937; thanks infogulch)
- Fixed word movement and selection stopping on the wrong side of punctuation. (#62224)
- Fixed IOPub connection failures over SSH on slow or unstable connections by retrying with exponential backoff. (#62358; thanks marsjane and MostlyKIGuess for the earlier implementation in #52302)
- Fixed
alt-shiftgestures potentially triggering standaloneshiftkeybindings. (#62036; thanks terror) - Fixed
cmd-clickgo-to-definition falling back to a references multibuffer whenlsp_results_locationwas set topicker. (#61187; thanks savked) - Fixed a bug where expanding a "Context Compacted" message in the Agent Panel scrolled to the end of the thread instead of preserving the scroll position. (#62210)
- Fixed a bug where renaming a symbol also renamed its file but left the open buffer at the old path. (#61142; thanks tnayuki)
- Fixed auto-indent occasionally using stale syntax after rapid edits. (#62024)
- Fixed hover interactions not updating when interface elements moved beneath a stationary pointer. (#62335)
- Fixed images not rendering in Markdown Preview over remote connections. (#62490)
- Fixed Markdown previews not respecting the
scrollbar.showsetting. (#60410; thanks akshitj11) - Fixed Mermaid diagrams in Markdown previews when they used triple-tilde fences. (#62257; thanks KimSeogyu)
- Fixed Mermaid entity-relationship diagrams with multibyte attribute tokens failing to render. (#62236)
- Fixed missing separators between OpenAI reasoning summaries. (#62466)
- Fixed remote SFTP uploads for paths containing spaces. (#62239; thanks twitchyliquid64)
- Fixed the error toast not appearing for malformed
tasks.jsonfiles. (#62387) - Fixed Zed hanging when opening certain binary files, such as game assets and maps, that were misdetected as UTF-16 text. (#61250; thanks MillhioreBT)
Breaking Changes and Notices
- Changed the default model for OpenAI subscription users to GPT-5.6 Sol. (#62477)
- Removed OpenCode Free models from Zed's built-in OpenCode provider because they are only available through OpenCode surfaces, such as its external agent through ACP. (#61199; thanks Vlaaaaaaad)
- Removed the deprecated Claude Opus 4.1 model from OpenCode Zen. (#61199; thanks Vlaaaaaaad)
1.15.1
Aug 18, 2026
- Fixed an issue where the Cursor ACP agent would fail to start (#62825)
- Git: Fixed the GPG passphrase modal appearing on every commit for users whose configured pinentry (e.g. pinentry-mac with the macOS Keychain) can supply the passphrase without Zed's help. Zed now only prompts when gpg cannot obtain the passphrase on its own. (#62783)
- Fixed array merging for extensions case (#62722)
- Fixed project search not working in some non-Unicode files (#62591)
1.15.0
Aug 12, 2026
This week's release includes a new git.diff_base setting for choosing whether editor gutters, file-status colors, and git: diff show uncommitted changes against HEAD or all current-branch changes against the default branch's merge base, plus support for dragging files from the Project Panel to external apps on macOS and Linux Wayland; web developers also get linked editing for custom elements in JSX and TSX and Emmet completions in return and arrow-function bodies.
Shipped by the Zed Guild 🛡️
- Added support for dragging files from the Project Panel to external macOS apps. (#58161; thanks notJoon)
- Added the
multiple_selectionskey context for assigning different keybindings when multiple selections are active. (#60018; thanks AidanV) - Agent: Fixed the first line of terminal output sometimes being hidden in the Agent Panel. (#61939; thanks timvermeulen)
- Fixed Markdown previews scrolling vertically during horizontal scroll gestures. (#61797; thanks feitreim)
- Fixed Docker Compose dev containers not running their configured entrypoints by default. (#61897; thanks alanpjohn)
- Fixed the IME candidate window flickering when another Zed window had continuous terminal output. (#62086; thanks feeiyu)
- Fixed incorrect cursor placement after using a multi-key binding to leave insert mode in Vim or Helix mode. (#62080; thanks lingyaochu)
- Fixed misaligned Agent sidebar headers on Linux. (#62079; thanks feeiyu)
- Fixed public and private channel tab icons not matching the icons shown in the Collaboration Panel. (#62114; thanks lingyaochu)
- Fixed release notes notifications not closing with
escapewhen Vim or Helix mode was enabled on Windows. (#61759; thanks amtoaer) - Fixed a redundant expand/collapse-all-files control appearing in solo diff views. (#61998; thanks chirivelli)
Learn about the Zed Guild.
Features
AI
- Added support for self-hosted Sweep Next Edit models in OpenAI-compatible edit predictions, including the
sweepprompt format andinferdetection forsweep-next-editmodel names. (#51139; thanks avoidthekitchen)
Git
- Added the
git.diff_basesetting to choose whether editor gutters, file-status colors, andgit: diffshow uncommitted changes againstHEAD("head", the default) or all current-branch changes against the merge base with the repository's default branch ("default_branch"). The setting is also available as "Diff Against Default Branch" in the editor controls menu. (#61501; thanks samuelcolvin for an earlier implementation in #60398) - Added the
gutter.git_gutter_widthsetting to configure the width of Git diff indicators in the editor gutter. (#61304; thanks evanvin)
Languages
- Added linked editing for custom elements in JSX and TSX. (#58578)
- Enabled Emmet completions in return and arrow-function bodies for JSX and TSX. (#53688)
- Added a suggestion to install the
windows-batchextension when opening.batand.cmdfiles. (#62363; thanks pleahmacaka)
Linux
- Added support for dragging files from the Project Panel to external Linux Wayland apps. (#61947; thanks Lampan-git)
Other
- Improved the project switcher to allow closing the currently selected project and automatically switching to a neighboring local or remote project. (#60602; thanks mateioprea)
- Improved extension repository links to show provider-specific icons. (#58108; thanks albertbogusz)
- Improved installed development extensions to display their provided features and respect feature filters. (#61850)
Bug Fixes
- Agent: Fixed MCP servers missing from new project threads after a worktree opens. (#62026)
- Agent: Fixed MCP extension configuration dialogs appearing in other workspaces. (#61882)
- Fixed undoing or redoing Project Panel operations trashing files with unsaved edits without confirmation. (#62294)
- Fixed a crash when a workspace was removed while a remote project was opening in the same window. (#62028)
- Fixed the bundled npm cache growing without bound, which could consume many gigabytes of disk. (#61750)
- Fixed string-form dev container lifecycle commands to execute through
/bin/sh -cas required by the Dev Container specification. (#60792; thanks rabindra789) - Fixed UI elements flickering on some Windows devices. (#62069)
- Fixed Zed windows sometimes not repainting after being uncovered on X11. (#61162; thanks mTvare6)
- Fixed Agent terminal commands hanging at a shell prompt after a syntax error. (#62078; thanks procr1337)
- Fixed a bug where archiving a thread switched the window to a different project or could crash while the window was closing. (#62141)
- Fixed a bug where the Settings UI would sometimes not show configured MCP servers. (#61928)
- Fixed a memory leak when previewing images that were repeatedly updated on disk. (#58803; thanks ronharel02)
- Fixed a noisy "Failed to authenticate provider: ChatGPT Subscription" error being logged on every startup for users who had not configured the ChatGPT Subscription provider. (#61949; thanks NewtonChutney)
- Fixed an extra window opening on macOS when launching Zed from the CLI with session restore enabled. (#61814; thanks RemcoSmitsDev)
- Fixed auto-indentation when inserting a line above in Vim mode. (#52594; thanks 143mailliw)
- Fixed File Finder offering to create a file instead of navigating to a line when the target file was already open. (#55875)
- Fixed Git submodules being registered under the parent repository's
.git/modulesdirectory instead of their own path. (#61859; thanks 007qr) - Fixed inconsistent class instantiation highlighting in JavaScript, TypeScript, and TSX. (#61890; thanks IbrahimKhan12)
- Fixed incorrect arguments being passed to
scporsftpwhen uploading remote files. (#56080; thanks cocool97) - Fixed incorrect bracket matching when syntax-error recovery omitted a delimiter. (#61604; thanks mTvare6)
- Fixed incorrect symbol kinds appearing in workspace symbol search. (#62458; thanks Huliiiiii)
- Fixed manually resized panels ignoring subsequent changes to their configured default width. (#61855; thanks JoeJoeflyn)
- Fixed opening projects from an existing remote connection to respect the
default_open_behaviorsetting. (#61048; thanks aetosdios27) - Fixed project and buffer searches returning incomplete results for regular expressions with assertions. (#62158)
- Fixed remote server installation failing in WSL when automount was disabled. (#57624; thanks tjmchenry)
- Fixed semantic token highlighting being applied unpredictably when multiple language servers provided tokens for the same range. (#61735; thanks DrewRidley)
- Fixed semantic token highlighting from other language servers disappearing after one server refreshed its semantic tokens. (#61795)
- Fixed terminal path hyperlinks resolving against the current working directory instead of the directory active when the line was printed. (#52454; thanks saberoueslati)
- Fixed terminal word selection around tree branch glyphs. (#62076; thanks macayu17)
- Fixed the Agent Panel's full-screen button not appearing active while full screen was enabled. (#62041; thanks interkelstar)
- Fixed the contact finder incorrectly inheriting the channel search query in the Collab Panel. (#61363)
- Fixed dragging local Windows files into a Zed window connected to a WSL remote. (#57146; thanks carbofish)
- Fixed worktrees being reported as entirely ignored when their repository's
info/excludenamed a parent directory. (#62325; thanks hferreiro)
Breaking Changes and Notices
- Improved the robustness of the Copilot Chat provider by separating authentication for Copilot Chat and edit predictions. Existing users will need to reauthenticate with Copilot. (#60535)
1.14.2
Aug 05, 2026
This week's release includes sandboxing for the Agent's terminal commands and web fetches (check the blog post), support for undoing and redoing file operations in the Project Panel (documentation), a Skip Hooks option for commits, and configurable Agent Panel fonts.
Shipped by the Zed Guild 🛡️
- Terminal: Fixed processes being left alive when the terminal was closed. (#61467; thanks feitreim)
- Fixed a hang when the Zed Agent ran a
gitcommand with a pager configured. (#61999; thanks timvermeulen) - Fixed
editor: find all referencespreview tabs becoming permanent tabs when any of their buffers had previously been edited. (#61021; thanks aviatesk) - Fixed a bug where selection mentions added with "Add to Agent Thread" did not open their referenced files. (#61621; thanks amtoaer)
- Fixed a crash when copying and pasting using multiple cursors. (#61545; thanks timvermeulen)
- Fixed an extra blank line appearing in Git clone error messages. (#61674; thanks lingyaochu)
Learn about the Zed Guild.
Features
AI
- Added sandboxing for the Agent's
terminalandfetchtools. (#61711) - Added a reasoning effort selector for Anthropic-compatible providers when the selected model supports adaptive thinking. (#61579)
- Added support for specifying the model used for context compaction with the
agent.compaction_modelsetting. (#60012; thanks enoch-robinson) - Added the
agent_ui_font_familyandagent_buffer_font_familysettings for configuring the Agent Panel's UI and buffer fonts. (#59629; thanks lholden) - Improved OpenAI Responses API requests by sending system messages through the
instructionsfield. (#61370) - Improved the
edit_filetool's error messages for invalid parameters, helping models recover from failed edits. (#61662; thanks mfeyg)
Git
- Added a "Skip Hooks" toggle to the Commit button's menu in the Git Panel and commit modal, skipping the
pre-commitandcommit-msghooks for the next commit. Also available asgit: skip hooks. (#61529; thanks mauriciord and tdgroot for earlier implementations in #59846, #61416, and #47542) - Improved Git Panel performance by avoiding redundant repository access checks. (#60503; thanks lgeiger)
- Improved the Git Panel's context menu and confirmation prompt for deleted files to say "Restore File" instead of "Discard Changes". (#61554; thanks levrik)
Vim / Helix
Languages
- Improved Markdown preview links so links to Markdown files open a preview scrolled to the linked heading or position, with
alt-click opening the raw source instead. (#61784) - Improved support for language servers that dynamically register inlay hints, code lenses, or document symbols more than once. (#55340; thanks tautik)
Collaboration
- Improved call diagnostics with per-participant audio health history and exportable reports. (#61744)
- Improved proxy support by respecting
NO_PROXYand percent-encoded proxy credentials. (#61427)
Other
- Added support for undoing and redoing file operations in the Project Panel. (#61457)
- Improved input performance in large files. (#61523)
- Improved read-only tab controls to say "Tab" instead of "File" in tooltips and the tab context menu, clarifying that the toggle affects editability rather than filesystem permissions. (#61202; thanks saberoueslati)
Bug Fixes
- Fixed a bug where
Discard Tracked Changesalso discarded unstaged files. (#61608; thanks JoeJoeflyn) - Fixed a bug where dev container configurations using Docker Compose and
runServicesdid not implicitly include the primary service. (#61434; thanks pnomolos) - Fixed agents failing to recognize follow-up messages as denials of pending tool calls. (#61754)
- Fixed Anthropic and Google Gemini streaming completions failing when a custom
api_urlproxy appended a[DONE]stream terminator. (#61627; thanks drawing) - Fixed bugs that caused following to become out of sync in collaboration sessions. (#61598)
- Fixed external formatters that produced no output clearing non-empty buffers. (#61276; thanks saberoueslati)
- Fixed the Git Panel and branch indicator showing stale state after heavy file-system activity caused the file watcher to lose events. (#61541)
- Fixed the macOS window border and title bar not matching the selected theme when the system appearance differed, such as when using a dark theme with a light system theme. (#58902; thanks huacnlee)
- Fixed TUIs rendering incorrectly in the integrated terminal for some users. (#51072; thanks mchisolm0)
- Fixed Windows agent notifications appearing behind other windows, stealing input focus, or committing active IME composition. (#61411; thanks Robot-Inventor)
- Fixed Zed entering a crash loop on launch when
closedirfailed during background directory scanning. (#59953; thanks marceloboeira) - Fixed
spawn_agenttreating a blanksession_idas a real session instead of starting a new subagent session. (#60893; thanks nevo-ts) - Fixed
workspace: reloadand quitting silently doing nothing when Project Search results included an unsaved untitled buffer. (#61380; thanks IbrahimKhan12) - Fixed a bug where breadcrumbs did not show the file name when
document_symbolswas set toonand the language server returned no symbols. (#61511) - Fixed a bug where clicking a sticky header sometimes failed to jump to its line in the editor. (#53592; thanks timvermeulen)
- Fixed a bug where closing an Agent terminal with
ctrl-dleft the Agent Panel uninitialized instead of activating the remaining terminal. (#58217; thanks hugh2slowmo) - Fixed a bug where pressing
escapewithout inserting text after appending in Helix mode left the cursor or selection one character ahead instead of restoring its original position. (#57736; thanks jamilahmadzai) - Fixed a bug where Project Search restored a previous query after it had been cleared and dismissed. (#61585; thanks saberoueslati)
- Fixed a bug where regex searches seeded from the cursor or selection matched beyond the selected text when it contained regex special characters such as
.,*, or(. (#57748; thanks fjgbue) - Fixed a bug where the
Collapse All FilesandExpand All Filesbuttons appeared in the LSP Log View. (#61519) - Fixed a bug where the first language server entry flickered and stayed highlighted when hovering between multiple language server entries in the status bar menu. (#61400; thanks 18o)
- Fixed a bug where the gutter context menu added breakpoints and bookmarks to the wrong row in multibuffers. (#59269; thanks guopenghui)
- Fixed a crash in the WGPU renderer when text contained multiple bidirectional paragraphs with mismatched directions. (#61651)
- Fixed a crash when hovering links while the underlying multibuffer changed. (#61686)
- Fixed a crash when running the
dev: dump input latency histogramordev: dump accessibility treeactions in a shared project. (#61616) - Fixed a deadlock that had disabled the performance profiler, which is available again via
zed: open performance profiler. (#61584) - Fixed agent edits failing when the text to replace was only part of a line. (#61489)
- Fixed Amazon Bedrock effort selection and regional routing for Claude Opus 4.7 and 4.8. (#61597)
- Fixed completion labels and documentation being truncated in the completions menu. (#61324; thanks Tatsuya0330)
- Fixed debugging failing with an "unexpected argument" error while Cargo was indexing. (#61241; thanks pingpong74)
- Fixed dragging a binary file into the Agent Panel removing the inserted reference and showing a "Binary files are not supported" error. (#61279; thanks serenNan)
- Fixed dropped frames when scrolling unfocused windows. (#61600)
- Fixed duplicated or extra array values in LSP
initialization_optionswhen user settings overrode LSP defaults with an array. (#54950; thanks GlassBricks) - Fixed Git Panel keybindings intercepting input in the Git repository selector, including in Vim mode. (#61282; thanks GoldStrikeArch)
- Fixed GitHub-style
#L<line>C<column>link fragments not placing the cursor at the linked position. (#61784) - Fixed IMEs intercepting Helix jump-to-word label input. (#61315; thanks GoldStrikeArch)
- Fixed JSON rainbow bracket colors changing across row chunk boundaries. (#60741; thanks saberoueslati)
- Fixed Markdown preview links that used workspace-relative paths with line and column suffixes. (#60864; thanks 0bkevin)
- Fixed MCP HTTP context servers timing out when SSE data fields omitted the optional space after the colon. (#60575; thanks justjavac)
- Fixed multi-stroke keybindings not completing when using an IME on macOS. (#61270; thanks GoldStrikeArch)
- Fixed QR code rendering for Expo SDK 55 apps. (#51072; thanks mchisolm0)
- Fixed repeated VS Code settings imports adding duplicate
file_typesentries forfiles.associations. (#61355; thanks IbrahimKhan12) - Fixed rounded corners not rendering on images that were cropped to fill their container. (#61383; thanks pingpong74)
- Fixed snippets being unusable for languages whose names contained a
/character. (#61421; thanks IbrahimKhan12) - Fixed stale Git Panel state after repository metadata changes. (#59876; thanks gb-jos)
- Fixed the agent triggering an unnecessary Git scan every time it created a checkpoint. (#61271)
- Fixed the cursor jumping to the end of the file when a language server formatted it using CRLF line endings. (#59151; thanks qrzychu)
- Fixed the Project Panel's global gitignore incorrectly matching parent directories of a repository. (#61689; thanks arbourd)
- Fixed wide Mermaid diagrams in Markdown previews being squashed and illegible. (#61260; thanks atharvaajmera)
- Fixed wide tables in documentation hover popovers being clipped instead of horizontally scrollable. (#61698; thanks Zeraphim)
- Fixed zoomed panels closing unexpectedly when focus moved to elements within the panel, such as Agent Panel tool-call output or the thread title editor. (#59439)
Breaking Changes and Notices
- Changed the default
base_keymapfromVSCodetoZed. TheVSCodebase keymap is now a separate overlay that more closely matches VS Code's own keybindings, so anyone withbase_keymapexplicitly set toVSCodewill see some bindings change, including the inline assistant moving tocmd-i(macOS) andctrl-i(Linux/Windows), andf5starting the debugger. (#61532) - Reverted recent changes to word navigation around punctuation because they caused regressions when navigating across structural punctuation such as brackets, quotes, and delimiters. (#62213)
1.13.2
Aug 02, 2026
- Fixed Option+Left stopping to the left of punctuation between words Video URL: https://files.catbox.moe/8d5g2t.mp4 (#62065)
- Fixed a panic when selections are added by tab-expanded column (#62063)
- Fixed Gruvbox parameter colors (#61987)
- Improved CLI documentation by adding the missing
--existingoption. (#61981)
1.13.1
Jul 29, 2026
This week's release includes improved branch picker filtering and grouping, run-status indicators for runnable gutter controls, and editable image-viewer zoom levels.
Shipped by the Zed Guild 🛡️
- Improved branch picker filtering, grouping, branch creation suggestions, and remote-provider icons. (#61215; thanks chirivelli)
- Improved LSP Logs by showing request durations alongside RPC responses, making slow language server behavior easier to diagnose. (#61018; thanks aviatesk)
- Improved solo diffs to show the full file by default while retaining Git change indicators in the scrollbar. (#60989; thanks chirivelli)
- Deprecated Fast Mode for Opus 4.6 and Opus 4.7. (#61341; thanks tidely)
- Fixed excessive memory usage when composing text with Fcitx5 on KDE Wayland. (#61079; thanks amtoaer)
- Editor: Fixed a bug where selection boxes did not render when the cursor was offscreen. (#60054; thanks feitreim)
- Fixed bottom dock clipping when resizing windows. (#61161; thanks amtoaer)
- Fixed editor right-click context menus intermittently failing to appear at certain scroll positions. (#61348; thanks amtoaer)
- Fixed editor text showing through multibuffer headers and overlapping header text in transparent themes. (#61268; thanks amtoaer)
- Fixed Git blame entries overflowing the gutter when avatars are displayed. (#61287; thanks lingyaochu)
- Fixed inaccurate diff stats for partially staged files in the Git Panel. (#60815; thanks chirivelli)
- Markdown: Fixed inline HTML block highlighting. (#61212; thanks feitreim)
- Fixed Markdown emphasis delimiters being removed when joining lines. (#61298; thanks lingyaochu)
- Fixed the preview button for Markdown and SVG files opening the focused file instead of the file in its pane when multiple panes were open. (#61218; thanks austincummings)
- Recent Projects: Fixed the picker showing projects after they were removed from a group. (#61062; thanks RemcoSmitsDev)
- Fixed Vim Visual and Helix Select mode behavior when selections included a trailing newline. (#61253; thanks lingyaochu)
Learn about the Zed Guild.
Features
AI
- Added "Copy this Agent response", "Scroll to User Message", and "Scroll to top" buttons to every Agent Panel response. (#61245; thanks peakxy)
- Improved performance in agent threads with many file changes. (#61272)
- Updated Mistral Medium to version 3.5. (#60898; thanks dargor)
Git
- Added support for loading Git commit template messages in remote and collaboration projects. (#55490; thanks OmChillure)
- Added support for opening a specific line in a diff using the CLI. (#45499; thanks cs50victor)
- Improved discoverability of the
create_worktreehook for setting up Git worktrees when they are created. (#61148) - Improved the Git Panel's History tab to keep an entry highlighted while its context menu is open. (#61354)
- Disabled commit actions while a commit message is being generated. (#51727; thanks cppcoffee)
Vim / Helix
- Improved Vim paste behavior by setting the
[and]marks to the start and end of pasted text. (#56593; thanks cppcoffee)
Languages
- Added run statuses to runnable gutter controls, showing the last run result and providing a
Clear Run Statuscontext-menu action for completed runs. (#61095, #61375; thanks pixel365) - Improved Markdown previews by showing link destinations in the bottom-left corner when hovering over links. (#60942; thanks WaryaWayne)
- Added support for surrounding selected text with backticks in Rust, C, and C++ comments. (#58674; thanks notJoon)
Other
-
Added a preview pane to the buffer symbols picker. (#61069; thanks neiii)
-
Added support for editing image viewer zoom levels directly from the toolbar. (#57215; thanks transitoryangel)
-
Added support for opening relative file links such as
src/main.rs#L42at the referenced line in Agent responses and Markdown previews. (#61006) -
Improved Text Finder to seed its query from the focused item's selection, including the terminal. (#60351; thanks ozacod)
-
Added an
include_ignoredparameter tofile_finder::Toggle, allowing keybindings to open the File Finder with ignored files already included. (#59568; thanks dastrobu)["file_finder::Toggle", { "include_ignored": true }] -
Added default keybindings for opening Text Finder from the editor and buffer search:
cmd-alt-fon macOS andctrl-alt-fon Linux and Windows. (#60677; thanks paveldroo) -
Added support for the
variable.parametertheme color. (#61134) -
Added the
title_bar.show_worktree_namesetting, which defaults totrue; set it tofalseto hide the worktree-name picker in the title bar. (#61137; thanks suliatis) -
Improved editor performance through several micro-optimizations in anchor resolution, line shaping, and worktree scanning. (#61275)
-
Improved the file conflict prompt by renaming the "Discard" button to "Discard Edits", clarifying that unsaved edits will be discarded in favor of the on-disk contents. (#55870; thanks StrongTheDev)
Bug Fixes
- Fixed
commit-msghooks being silently skipped on commit. (#61185) - Fixed a bug where staging a hunk could mark a different hunk as staged, after which unstaging could corrupt the Git index, when the diff contained repeated lines. (#60584; thanks abendrothj)
- Fixed a crash on Windows caused by re-entrant window drawing corrupting UI element memory. (#60295)
- Fixed a crash when closing the active item while the workspace was mid-update. (#61336)
- Fixed Agent MCP servers running from the wrong directory when started before a worktree was available. (#61365; thanks apoorva-01)
- Fixed debugger sessions freezing when eagerly fetching expensive variable scopes. (#61144; thanks jasonwilliams)
- Fixed Dev Containers created by Zed not being reusable by the Dev Container CLI and VS Code, along with several lifecycle and configuration compatibility issues. (#59020; thanks mrexodia)
- Fixed Docker Compose dev containers not starting all configured services when resuming an existing environment. (#60780; thanks DEKHTIARJonathan)
- Fixed Git operations failing with a misleading "Connecting to host timed out" error when they took longer than 17 seconds, such as during large fetches, slow hooks, or agent-based authentication with 1Password Touch ID. (#61185)
- Fixed thinking support for Mistral Medium 3.5 and Mistral Small 4. (#61393; thanks ummon-v)
- Fixed UI stutters when opening large single-line files such as minified JavaScript due to LSP requests. (#61447)
- Agent: Fixed placeholder text and controls overflowing when the Agent Panel was narrow. (#61395; thanks peakxy)
- Fixed "Scroll to User Message" jumping to the most recent user message instead of the prompt associated with the selected response. (#61245; thanks peakxy)
- Fixed
.editorconfigre-enabling trailing whitespace removal when Zed settings disabled it. (#58776; thanks MohitGoyal09) - Fixed
ctrl-k ctrl-oopening a file picker instead of the local folder picker from Recent Projects on Linux and Windows. (#61305; thanks mTvare6) - Fixed
ctrl-nopening a new file andctrl-popening the file finder at the ends of a buffer when using the Emacs keymap on Linux. (#61140; thanks apoorva-01) - Fixed
editor: toggle diagnosticspermanently disabling diagnostics for the current file. (#60963; thanks cfiq) - Fixed
editor: toggle soft wrapdoing nothing when invoked while the buffer search bar was focused. (#61150; thanks bugprone) - Fixed
shift-click-drag failing to select terminal text while an application had mouse tracking enabled. (#60880; thanks apoorva-01) - Fixed
tabandshift-tabfailing to return focus from the Git commit editor to the changes list in Vim normal mode. (#61369) - Fixed
vtslsshowing a "doesn't point to a valid tsserver install" error on startup in projects using TypeScript 7. For full TypeScript 7 support, install thetsgoextension to use TypeScript's native language server. (#61126) - Fixed
workspace: reopen last pickernot working when the which-key helper menu was enabled, including viacmd-k cmd-pon macOS andctrl-k ctrl-pon Linux and Windows. (#61002; thanks dbkegley) - Fixed a background terminal finishing startup closing the command palette or an open picker. (#60960; thanks apoorva-01)
- Fixed a macOS crash that could occur when reading from the clipboard. (#61024; thanks d4mr)
- Fixed a panic when completing rust-analyzer macros containing nested tab stops. (#61130)
- Fixed ACP boolean option labels using an inconsistent text color compared with other Agent configuration controls. (#61103; thanks joshkent94)
- Fixed active pane borders appearing simultaneously around editor and terminal panes. (#56595; thanks usizu)
- Fixed added cursors landing in the wrong column when using tabs to align code. (#61153; thanks apoorva-01)
- Fixed adding paths to
.gitignorefrom remote projects. (#56368; thanks cppcoffee) - Fixed an error when building the remote server from source for Linux's default musl target. (#61203; thanks NewtonChutney)
- Fixed an issue where the Zed window would shrink to the built-in display's height on macOS after screen lock or display sleep in multi-monitor setups. (#60950; thanks iahu)
- Fixed changes not appearing in the Git Panel after uncommitting. (#60590)
- Fixed child and parent directory navigation with the left and right arrow keys in the built-in folder picker. (#61314; thanks akshayrivers)
- Fixed commit messages in the Git Panel overlapping other content. (#61177)
- Fixed confirmation dialog buttons dismissing the popover underneath them when clicked in Zed-rendered prompts. (#61136)
- Fixed cursors blinking in unfocused editors, reducing idle redraws. (#61086; thanks daandemeyer)
- Fixed custom Mistral configurations rejecting Ministral model IDs. (#61393; thanks ummon-v)
- Fixed diagnostics refresh deadlocking certain language servers. (#61772)
- Fixed duplicated assistant replies and colliding tool calls when using GPT-5.x models on Amazon Bedrock's Mantle endpoint. (#61536)
- Fixed escaped characters (
\,,\|,\\) being dropped from snippet choice options after the first one. (#61313; thanks Ni8crawler18) - Fixed extension builds failing on systems where Rust is installed without rustup, such as NixOS and systems using distribution packages. (#56090; thanks karol-broda)
- Fixed in-progress file renames, channel renames, and the Go to Line dialog being cancelled when the window was deactivated, such as by a keyboard layout switch on Wayland or by switching to another application. (#61852; thanks butvinm)
- Fixed incorrect rainbow bracket highlighting in certain cases. (#60364)
- Fixed inline Git blame reserving horizontal scroll space when displayed in the status bar. (#61422; thanks interkelstar)
- Fixed language servers receiving empty workspace folder names. (#60938; thanks 0bkevin)
- Fixed language-name autocomplete in the
file_typessetting. (#58595; thanks saberoueslati) - Fixed MCP server toggles not updating immediately in the Settings UI. (#60552; thanks counterfactual5)
- Fixed multi-cursor mouse drags adding a cursor to every wrapped row instead of one per line when soft wrap was enabled. (#61590)
- Fixed project search queries seeded from the current selection being interpreted as a regular expression instead of literal text when regex mode was enabled. (#61335)
- Fixed project search returning results from inside nested repositories that are excluded by the containing repository's
.git/info/excludefile. (#61506) - Fixed project search with non-ASCII queries incorrectly ignoring include filters in multi-worktree projects. (#60538; thanks daydalek)
- Fixed project settings not re-enabling language servers. (#61559)
- Fixed relative links in Markdown previews for files in subfolders when using SSH or WSL. (#61438)
- Fixed rewrap breaking lines at non-breaking spaces. (#59893; thanks graduss)
- Fixed searching in file diffs opened from the Git Panel. (#60936; thanks saberoueslati)
- Fixed Shift-click sometimes extending selections from a previous word or line boundary. (#61045; thanks saberoueslati)
- Fixed square window corners beside the workspace sidebar in client-decorated Linux windows. (#61229)
- Fixed static images ignoring their EXIF orientation, which caused some JPEGs to render rotated or flipped in image and Markdown previews. (#61017; thanks saberoueslati)
- Fixed the Agent Panel's context usage popover showing "1 project rules" instead of "1 project rule" when a single project rule was loaded. (#61184; thanks IbrahimKhan12)
- Fixed the drop-down menu on the right side of the title bar shifting left after signing in. (#61267; thanks pingpong74)
- Fixed the Git Panel losing focus when opening a file context menu, which prevented expected keyboard interaction. (#61339; thanks MalinrRuwan)
- Fixed the Git Panel not updating ahead/behind counts after fetching. (#60590)
- Fixed the gutter offering breakpoint and bookmark actions in unsaved buffers, where they could not take effect. (#61310; thanks saberoueslati)
- Fixed TypeScript and TSX failing to auto-indent the bodies of braceless
if,for, andwhilestatements. (#60708; thanks apoorva-01) - Fixed word movement skipping single punctuation characters surrounded by whitespace. (#58882; thanks hbackman)
Breaking Changes and Notices
- Removed the deprecated
magistral-medium-latest,open-mistral-nemo, anddevstral-medium-latestmodels from the Mistral provider. (#60898; thanks dargor) - Changed
cmd-alt-fon macOS to open Text Finder instead of opening replace in buffer search or toggling filters in project search. (#60677; thanks paveldroo)