winget install --id ZedIndustries.Zed.Preview
About Zed Preview
Zed is a next-generation code editor designed for high-performance collaboration with humans and AI. - Written from scratch in Rust to efficiently leverage multiple CPU cores and your GPU. - Integrate upcoming LLMs into your workflow to generate, transform, and analyze code. - Chat with teammates, write notes together, and share your screen and project. All included. - Zed now speaks WSL. You can open a Linux distro as a first-class “remote” target, edit projects that live inside it. - All of Zed’s AI features, inc...
What's new in 1.10.0-pre
This week's release includes llama.cpp as a new language model provider, a new git.inline_blame.location setting to control where current-line blame is shown (inline or status bar), and disabling format-on-save by default, alongside the move of LLM providers, external agents, and MCP servers into the settings editor, plus a bunch of bug fixes. Features AI - Agent: Added setting to exclude project rules files from commit message generation prompts (agent.commit_message_include_project_rules). (#56867; thanks ilavisharma) - Added llama.cpp as a language model provider. (#59964; thanks hanouticelina) - Agent: Changed the default behavior of queued messages for the Zed agent so that they get send at the end of the generation. The ability to steer them (i.e., send the message at the end of a turn boundary) is still possible to be toggled. (#59310) - Improved agent thread summary and title generation to respect compaction boundaries. (#60141) - Agent: Made label truncation of configuration options in the agent panel more robust against non-single-byte characters like emojis and others. (#59898; thanks damonxue) - Made Esc dismiss agent notifications. (#60001) - Agent: Remove "New from summary" menu item from agent panel dropdown. You can still @mention the thread in a new one, or run /compact. (#60145) - OpenAI-compatible: added support for max reasoning levels (#59806; thanks Vlaaaaaaad) - OpenCode: added support for max reasoning levels (#59806; thanks Vlaaaaaaad) Git - Added a git.inline_blame.location setting to render current-line git blame in the status bar instead of inlin...
Version history
| Version | Updated | Notes |
|---|---|---|
| 1.10.0-pre | Unknown | This week's release includes llama.cpp as a new language model provider, a new git.inline_blame.location setting to control where current-line blame is shown (inline or status bar), and disabling format-on-save by defaul... |
| 1.9.0-pre | Unknown | This week's release adds resizable pickers with file and text finder previews, Agent Panel search, and sandbox settings for Agent terminal tool commands. Features AI - Added in-thread search to the Agent Panel (Ctrl/Cmd+... |
| 1.8.2-pre | Unknown | - Fixed missed file system events on case-insensitive filesystems that could cause stale git state and other sync issues (#59714) - Fixed Copilot sign-in window floating above all other applications instead of being scop... |
| 1.8.0-pre | Unknown | This week's release includes the ability to create a new worktree right from the sidebar's new-thread button, a new agent.terminal_init_command setting to automatically run a command when opening a new agent terminal thr... |
| 1.7.2-pre | Unknown | - Fixed not being able to drag the settings UI window on macOS. (#59216) - Fixed an issue where the close button could overflow within a workspace error popup. (#59186) |