-
main
Stablereleased this
2026-02-22 03:01:37 +01:00 | 0 commits to main since this releaseZed Editor 0.224.11
Unofficial Debian package for Zed Editor.
Installation
# Download and install the package wget https://git.rawleenc.dev/rawleenc/zed-packager/releases/download/v0.224.11/zed-editor_0.224.11_amd64.deb sudo apt install ./zed-editor_0.224.11_amd64.deb # Or install from the APT repository (if configured) sudo apt update sudo apt install zed-editorUpstream Release Notes
- Fixed a panic that could occur when using the branch diff in split view mode. (#49768)
Downloads
-
main
Stablereleased this
2026-02-21 03:01:41 +01:00 | 0 commits to main since this releaseZed Editor 0.224.10
Unofficial Debian package for Zed Editor.
Installation
# Download and install the package wget https://git.rawleenc.dev/rawleenc/zed-packager/releases/download/v0.224.10/zed-editor_0.224.10_amd64.deb sudo apt install ./zed-editor_0.224.10_amd64.deb # Or install from the APT repository (if configured) sudo apt update sudo apt install zed-editorUpstream Release Notes
- Fixed a crash when using the split diff view. (#49731)
Downloads
-
main
Stablereleased this
2026-02-20 03:01:48 +01:00 | 0 commits to main since this releaseZed Editor 0.224.7
Unofficial Debian package for Zed Editor.
Installation
# Download and install the package wget https://git.rawleenc.dev/rawleenc/zed-packager/releases/download/v0.224.7/zed-editor_0.224.7_amd64.deb sudo apt install ./zed-editor_0.224.7_amd64.deb # Or install from the APT repository (if configured) sudo apt update sudo apt install zed-editorUpstream Release Notes
Downloads
-
main
Stablereleased this
2026-02-19 03:01:48 +01:00 | 0 commits to main since this releaseZed Editor 0.224.5
Unofficial Debian package for Zed Editor.
Installation
# Download and install the package wget https://git.rawleenc.dev/rawleenc/zed-packager/releases/download/v0.224.5/zed-editor_0.224.5_amd64.deb sudo apt install ./zed-editor_0.224.5_amd64.deb # Or install from the APT repository (if configured) sudo apt update sudo apt install zed-editorUpstream Release Notes
- Fixed some UI in split diff mode.
Downloads
-
main
Stablereleased this
2026-02-18 03:01:40 +01:00 | 0 commits to main since this releaseZed Editor 0.223.5
Unofficial Debian package for Zed Editor.
Installation
# Download and install the package wget https://git.rawleenc.dev/rawleenc/zed-packager/releases/download/v0.223.5/zed-editor_0.223.5_amd64.deb sudo apt install ./zed-editor_0.223.5_amd64.deb # Or install from the APT repository (if configured) sudo apt update sudo apt install zed-editorUpstream Release Notes
Downloads
-
main
Stablereleased this
2026-02-12 03:01:36 +01:00 | 0 commits to main since this releaseZed Editor 0.223.3
Unofficial Debian package for Zed Editor.
Installation
# Download and install the package wget https://git.rawleenc.dev/rawleenc/zed-packager/releases/download/v0.223.3/zed-editor_0.223.3_amd64.deb sudo apt install ./zed-editor_0.223.3_amd64.deb # Or install from the APT repository (if configured) sudo apt update sudo apt install zed-editorUpstream Release Notes
This week's release includes the ability to open the Agent Panel with an initial prompt via URL, sending terminal selections into Agent threads, automatic blocking of dangerous Agent commands like
rm -rf /, Azure as a Git provider, GitLab merge request links in git blame hover popover, and right-click downloading of files and folders from remote development servers.Features
AI
- Edit Prediction: Added support for multiple edit prediction providers, including GitHub Copilot's Next Edit Suggestions, Ollama, Codestral, Sweep, and Mercury Coder. To configure, open the
Edit Predictionmenu and selectConfigure Providers. - Agent: Added support for opening the Agent Panel with an initial prompt via
zed://agent?prompt=<url_encoded_text>URL. (#47959) - Agent: Added the ability to send selections from terminals into the Agent thread. (#47637; thanks rutgercap, #47950)
- Agent: Improved the
Copy Selectionright-click menu item by disabling it when there are no selections. (#47997; thanks cppcoffee) - Agent: Added automatic blocking for certain known-bad tool uses, such as the terminal tool attempting to run
rm -rf /orrm -rf ~. (#48209) - Agent: Improved wording of confirmation label text in agent thread. (#48202)
- Agent: Improved Zed agent thread history to update across all open windows. (#47803)
- Agent: Added a settings page in the settings editor that allows customizing tool call permissions for each tool. (#48277)
- ACP: Added support for ACP Session Config options for agents which provide them. (#48350)
Git
- Added support for GitLab merge request links in git blame hover popover. (#47973; thanks littleKitchen)
- Added Azure as a supported Git provider. (#47598; thanks marcocondrache)
- Added support for double-clicking a file in the Git Panel's status list to open it in the editor. (#47989; thanks cppcoffee)
- Added a
MultiDiffView, which shows all changed files within a single, scrollable view. (#45131; thanks davidbarsky) - Changed
zed --diffto recurse into directories when given folders instead of files. (#45131; thanks davidbarsky)
Languages
- Go: Added highlighting for directives. (#47621; thanks ozacod)
- Python: Improved the
Add Virtual Environmentpath browser to start at the workspace root. (#47988) - YAML: Improved highlights to support quoted keys. (#48063; thanks ozacod)
Terminal
- Added
current_file_directoryoption for terminal'sworking_directorysetting. Set"working_directory": "current_file_directory"to open new terminals in the directory of your currently open file. (#47739; thanks RubenFricke)
Remote Development
- Added right-click download option for folders/files stored in remote development server. (#47344; thanks leoliu0605)
- Added detection of devcontainers in subfolders. (#47411; thanks caiopiccirillo)
- Improved error messaging and handling in the event of a dev container launch failure. (#48301; thanks KyleBarton)
REPL
- Added configurable max height and width limits for REPL output, with large outputs scrolling and images scaling to stay within the viewport. (#47114; thanks cvanelteren)
- Added JSON output support. (#47905; thanks rgbkrk)
Other
- Added memory usage display for each language server in the language servers menu. (#48226)
- Added a copy button to error message popups. (#48107; thanks deralaxo)
- Added support for dismissing the toolchain path selector via
esc. (#48201) - Improved autocomplete for the project settings file (
.zed/settings.json) to only include settings that are valid at the project level, excluding user-only settings. (#47939) - Improved project search performance by reducing excessive CPU context switching when scanning files. (#47824; thanks cppcoffee)
- Changed Zed's built-in file picker to show all hidden files by default. (#46965; thanks austincummings)
Bug Fixes
- Agent: Fixed a crash in the Agent Panel when inserting context mentions with emojis in the message editor. (#48179)
- Edit Prediction: Fixed accepting next word and next line edit prediction keybindings colliding with cursor movement keybindings. (#48184)
- Edit Prediction: Fixed an issue where the codestral URL used for credentials would be different than the one used for requests causing authentication errors. (#48533)
- Edit Prediction: Fixed a panic when parsing predictions made by zeta1. (#48822)
- Copilot: Fixed Copilot instances not being cleared up after their window is closed. (#48191)
- Copilot: Fixed a bug where the Copilot edit prediction provider would still provide suggestions even when the
disable_aisetting was enabled. (#48191) - Collab: Fixed overflowing text in project sharing and call notifications. (#47964)
- Git: Fixed "View on GitHub" button incorrectly appearing when viewing stashes. (#48271; thanks amtoaer)
- Git: Fixed a visual bug in the Git Panel where collapsing a folder in tree view would cause indent guide lines to incorrectly extend to unrelated folders below it. (#48194)
- Git: Fixed an issue where stage/unstage could fail when operating on a very large number of files. (#47800; thanks marcocondrache)
- Git: Fixed git panel not updating after commit or branch switch on Linux with git worktrees. (#47222; thanks feeiyu)
- Git: Fixed GitHub avatar rate limiting in git blame by using CDN endpoint instead of API calls. (#47894; thanks Augani)
- Git: Fixed optimistic placeholder for folders in the tree view. (#48078; thanks RemcoSmitsDev)
- Settings UI: Fixed editable project settings not being updated when a new workspace is created. (#47992)
- Vim: Fixed search not respecting
"search"default settings. (#48127; thanks cppcoffee) - Vim: Fixed method and comment navigation (
] m,[ m,] shift-m,[ shift-m,] /,[ /) incorrectly positioning cursor when diff hunks are expanded. (#47976; thanks lex00) - REPL: Fixed cursor becoming invisible on the last line of REPL cells after re-running. (#48218; thanks MostlyKIGuess)
- REPL: Fixed REPL output wrapping for large content. (#47713; thanks rgbkrk)
- REPL: Fixed markdown wrapping in REPL outputs. (#47713; thanks rgbkrk)
- Fixed a bug where directories could be missing from the
Select Toolchain Pathpath picker. (#47983) - Fixed an issue where "Reopen Closed Item" would fail to reopen tabs that had been converted from preview to non-preview before being closed. (#45286; thanks errmayank)
- Fixed an issue where opening a link to a settings item that involved a sub page would not open the sub page. (#48212)
- Fixed an issue where relative time deltas would sometimes show as
n + 1 yearsinstead of the actualn years. (#47687) - Fixed an issue where the Zed keybinding context would show up as a language in the language selector. (#48354)
- Fixed issue where certain keywords were incorrectly highlighted in TSX files. (#48196)
- Fixed clicking on tables in the markdown preview not selecting the correct content. (#47720; thanks cppcoffee)
- Fixed modal for creating dev container. (#48291; thanks KyleBarton)
- Fixed remote_user and shell inconsistencies from within dev containers. (#48230; thanks KyleBarton)
- Fixed Rust panic breakpoints not working in debugger when using CodeLLDB with non-Cargo debug configurations. (#48236; thanks littleKitchen)
- Fixed subdirectory
.editorconfigfiles being ignored in certain directory structures. (#48203; thanks amtoaer) - Fixed TypeScript type import highlighting. (#47190; thanks purepear)
- Fixed a bug where the cursor would not return to its original position when dismissing buffer search with Escape in vim mode. (#47732; thanks lex00)
- Fixed "too many file descriptors" error on macOS. (#47952)
- Fixed a bug where the terminal cursor would stretch beyond cell width. (#45545; thanks tacshi)
- Fixed connecting to WSL when fish is set as the default shell. (#48136; thanks apedersen00)
Downloads
- Edit Prediction: Added support for multiple edit prediction providers, including GitHub Copilot's Next Edit Suggestions, Ollama, Codestral, Sweep, and Mercury Coder. To configure, open the
-
main
Stablereleased this
2026-02-07 03:01:34 +01:00 | 0 commits to main since this releaseZed Editor 0.222.4
Unofficial Debian package for Zed Editor.
Installation
# Download and install the package wget https://git.rawleenc.dev/rawleenc/zed-packager/releases/download/v0.222.4/zed-editor_0.222.4_amd64.deb sudo apt install ./zed-editor_0.222.4_amd64.deb # Or install from the APT repository (if configured) sudo apt update sudo apt install zed-editorUpstream Release Notes
- Fixed a bug that caused Copilot Chat to not report any available models.
Downloads
-
main
Stablereleased this
2026-02-06 03:01:47 +01:00 | 0 commits to main since this releaseZed Editor 0.222.3
Unofficial Debian package for Zed Editor.
Installation
# Download and install the package wget https://git.rawleenc.dev/rawleenc/zed-packager/releases/download/v0.222.3/zed-editor_0.222.3_amd64.deb sudo apt install ./zed-editor_0.222.3_amd64.deb # Or install from the APT repository (if configured) sudo apt update sudo apt install zed-editorUpstream Release Notes
- Added Claude Opus 4.6
- Now Claude Opus 4.6 and Sonnet 4.5 BYOK models support variations that have context windows of 1 million tokens (and have different pricing) (#48511)
Downloads
-
main
Stablereleased this
2026-02-05 03:01:46 +01:00 | 0 commits to main since this releaseZed Editor 0.222.2
Unofficial Debian package for Zed Editor.
Installation
# Download and install the package wget https://git.rawleenc.dev/rawleenc/zed-packager/releases/download/v0.222.2/zed-editor_0.222.2_amd64.deb sudo apt install ./zed-editor_0.222.2_amd64.deb # Or install from the APT repository (if configured) sudo apt update sudo apt install zed-editorUpstream Release Notes
This week's release includes support for multiple edit prediction providers (GitHub Copilot's Next Edit Suggestions, Ollama, Codestral, Sweep, and Mercury Coder), zooming and panning in the image viewer, Windows as a supported target for SSH remoting, significantly reduced resource usage when watching filesystem changes on macOS, and the ability to rename terminal tabs via right-click or double-click.
Features
AI
- Edit Prediction: Added support for multiple edit prediction providers, including GitHub Copilot's Next Edit Suggestions, Ollama, Codestral, Sweep, and Mercury Coder. To configure, open the
Edit Predictionmenu and selectConfigure Providers. - Agent: Made the message queue feature available for external agents as well. (#47379)
- Agent: Added a menu for inserting context more easily with the mouse in the agent panel. (#47768)
- Agent: Improved
@file completions in agent panel to be more accurate. (#47466) - Agent: Improved double-click word selection in Agent Panel to respect punctuation and language-specific word characters. (#47844)
- Agent: Added a setting for controlling the behavior of the stop button in the terminal tool call card (between cancelling the command to run and the thread, or just the command). (#47521)
- Improved memory usage of large ACP thread diff multibuffers. (#47526)
Git
- Improved the project picker in the Git panel by also displaying the Git status icon on them, to clearly indicate which repos have changes. (#47752; thanks tartarughina)
Languages
- C/C++: Added highlights for
#elifdef,#elifndefdirectives and document comments. (#45672; thanks hokein, #47556; thanks ozacod) - C++: Added first-line language detection for extensionless libc++ headers. (#47443; thanks ozacod)
- C: Updated tree-sitter-c for highlighting attribute specifier. (#47156; thanks ozacod)
- Go: Improved support to run table-test subtests, handling tests without explicitly declaring variables for test scenarios. (#46645; thanks lzakharov)
- Nim: Updated file aliases so icon is shown for
.nims/.nimblefiles. (#47616; thanks ire4ever1190) - TypeScript: Improved keyword syntax highlighting for declarations (
const,let,var,function,class,enum,interface,type) and imports/exports (export,from,import). (#47435; thanks ahcurrier)
Terminal
- Added ability to rename terminal tabs via right-click context menu and double-click. (#45800; thanks tacshi)
Vim / Helix
- Added relative line jump support to go-to-line action via
+/-/f/b/F/B. (#46932; thanks KalaayPT) - Added a
vim.gdefaultsetting to make/g(replace all matches in a line) the default for substitutions, along with:set gdefaultand:set nogdefaultcommands (short forms:gd,nogd). (#47664; thanks bluetech)
Remote Development
- Added configurable remote server cache retention (default 5). (#47202; thanks cppcoffee)
- Improved error handling in the dev container crate to prevent panics. (#47513; thanks KyleBarton)
- Improved parsing of devcontainer CLI output when using earlier versions. (#47403; thanks KyleBarton)
- Improved error messaging to guide user away from opening a dev container from within a remote project. (#47816; thanks KyleBarton)
Windows
- Added support for Windows as a target platform for SSH remoting. (#47460)
- Added "Reveal in File Manager" to the project panel context menu on WSL. (#47288)
Linux
- Relaxed the checks on
xdg_wm_baseto ensure compatibility with Weston 9. (#47185; thanks linghengqian)
macOS
- Zed now uses significantly fewer resources when watching filesystem changes. (#47322; thanks marcocondrache)
Other
- Added zooming and panning support in the image viewer with zoom in/out, reset, fit-to-view, zoom-to-actual actions, scroll-wheel zoom with modifier, click-and-drag panning, zoom percentage overlay, and toolbar controls. (#43944; thanks MostlyKIGuess)
- Added a menu item in the buffer and tab right-click menu for opening Markdown and SVG files in the preview tab. (#47821)
- Added commands for extending selections to syntax node boundaries, i.e.,
editor: select to start of larger syntax nodeandeditor: select to end of larger syntax node. (#47571; thanks alexispurslane) - Added support for specifying multiple snippets paths in extensions. (#45829)
- Added
project_panel.bold_folder_labelsto show folder names with bold text in the project panel (defaults tofalse). (#47631; thanks zertosh) - Added a menu item to close the current project, going back to a clean window state. (#47365)
- Added support for installing a specific Zed version via the
ZED_VERSIONenvironment variable in the install script (defaults tolatestwhen unspecified). (#45522; thanks mikelneonedwin) - Added "Reopen with Encoding" feature (currently supported for local files). (#46553; thanks tomopumipumi)
- Improved empty workspaces with unsaved files to now restore on startup (hot-exit). (#46557; thanks shfc)
- Improved performance when a large number of files were open by making background diagnostics more efficient. (#47510)
- Improved project search loading UI. (#47620; thanks zertosh)
- Improved memory usage of large git diff multibuffers. (#47524)
- Changed bold UI text to render using Plex SemiBold instead of Bold. (#47725)
- Changed the auto signature popover —
"auto_signature_help": true— to respecthover_popover_delay. (#46745; thanks TheSalarKhan) - Added server notifications auto-dismiss with
"global_lsp_settings": { "notifications": { "dismiss_timeout_ms": 5000 } }setting. (#46708; thanks tomatitito) - Added support for importing VS Code Insiders and VSCodium Insiders user settings (
settings.json). (#47247; thanks maj113) - Block cursor no longer reveals characters within redacted ranges. (#45549; thanks tacshi)
Bug Fixes
- Agent: Fixed old AI text thread sessions failing to open from History when they contain icons that were removed in previous updates. (#47624; thanks lex00)
- Agent: Fixed a bug where the inline assistant feedback buttons were being displayed despite the setting "Enable Feedback" was turned off. (#47382)
- Agent: Fixed cut-off mention creases in the inline assistant. (#47772)
- Agent: Fixed message editor stealing focus from other panels. (#47321; thanks fabianszabo)
- Settings UI: Fixed a bug with the number field rendering of the font weight setting. (#47384)
- Vim/Helix: Fixed bug causing normal-mode vim/helix selections to get expanded during
vim::Scrollcommands. (#47024; thanks jrobsonchase) - Rust: Fixed enum variants with no lower-case being highlighted as constants instead of types. (#45546; thanks tacshi)
- Fixed typing emoji using the macOS system palette (
cmd-ctrl-space). (#47835) - Fixed issue where user
.ssh/configfile would not parse if global ssh config file was not present. (#47310; thanks Gaff) - Fixed a bug where
workspace::SendKeystrokeswould not allow remapping keys in different keyboard layouts. (#47061; thanks everdrone) - Fixed a small issue where highlights of the syntax tree view would persist after the view was closed. (#47638)
- Fixed a visual glitch with sticky scroll headers in markdown. (#47314; thanks KyleBarton)
- Fixed alignment of folded directory names in project panel. (#47648)
- Fixed an issue where deleted rules from the rules library were getting restored after a restart. (#47323)
- Fixed an issue where the terminal would sometimes fail to write shell history. (#47408)
- Fixed bracket color not updating when system theme changes. (#47505; thanks smitchaudhary)
- Fixed clearing hovered link when no target found. (#47134; thanks cppcoffee)
- Fixed Conda showing up in terminal on Windows. (#47261)
- Fixed extension uninstall button not working when an upgrade is available. (#47745; thanks eureka928)
- Fixed language servers unnecessarily restarting when changing
lsp.<server>.settingsconfiguration. Dynamic settings are now properly updated viaworkspace/didChangeConfigurationwithout requiring a server restart. (#47376; thanks aviatesk) - Fixed project-less workspaces not persisting their dock state. (#45966; thanks ppfmagno)
- Fixed remote server binaries accumulating on WSL over time. (#47839)
- Fixed "Reveal in File Manager" not working for WSL remote connections on Windows. (#47288)
- Fixed some instances of authentication errors with the Zed API that could be resolved automatically by refreshing the token. (#47512)
- Fixed struct union enum outline issues for C. (#46125; thanks ozacod)
- Fixed terminal hanging when a child process is killed by a signal (e.g., SIGSEGV from null pointer dereference). (#47420)
- Fixed user-defined tasks with unresolved
ZED_*variables being silently omitted. (#45621; thanks playdohface) - Fixed vim mode incorrectly switching to Visual mode on first project search. (#44284; thanks MostlyKIGuess)
- Fixed vim mode paragraph motions (
}and{) to correctly ignore whitespace-only lines. (#47734; thanks lex00) - Fixed a crash in LoadingLabel's loading animation when displaying CJK or emoji text. (#45632; thanks MomentDerek)
- Fixed uninitialized var declaration not being shown in outline. (#46499; thanks hokein)
- Fixed LSP integrations to send language server shutdown requests with correct parameters. (#46027; thanks Spirrwell)
Downloads
- Edit Prediction: Added support for multiple edit prediction providers, including GitHub Copilot's Next Edit Suggestions, Ollama, Codestral, Sweep, and Mercury Coder. To configure, open the
-
main
Stablereleased this
2026-01-30 03:02:26 +01:00 | 0 commits to main since this releaseZed Editor 0.221.5
Unofficial Debian package for Zed Editor.
Installation
# Download and install the package wget https://git.rawleenc.dev/rawleenc/zed-packager/releases/download/v0.221.5/zed-editor_0.221.5_amd64.deb sudo apt install ./zed-editor_0.221.5_amd64.deb # Or install from the APT repository (if configured) sudo apt update sudo apt install zed-editorUpstream Release Notes
Downloads