nightly
git: Add diff_base setting for showing changes since the default bran…
git: Add diff_base setting for showing changes since the default bran…
Release Notes: N/A
This week's release includes sandboxing for the Agent's terminal commands and web fetches (documentation), 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 edito…
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, makin…
v1.14.x preview for @JosephTLyons
Added Claude Opus 5 support for Anthropic and Amazon Bedrock BYOK providers. (#61609) Fixed an issue where hover documentation could have too many line breaks. (#61715)
Added Claude Opus 5 support for Anthropic and Amazon Bedrock BYOK providers. (#61606) Fixed an issue where hover documentation could have too many line breaks. (#61714) Fixed project settings not re-enabling language servers (#61559) Fixed duplicated assistant replies and colliding tool calls when using GPT-5.x models on Amazon Bedrock's Mantle endpoint (#61536) Fixed project search returning resu…
This week's release includes Staged and Unstaged grouping in the Git Panel and multi-select in the File Finder and Text Finder. Shipped by the Zed Guild 🛡️ Improved branch filtering with all, local, and remote options in the branch picker. (#60857; thanks chirivelli) Settings UI: Improved support for window widths below 900 px. (#60786; thanks feitreim) Improved semantic token highlighting to dist…
This week's release includes Staged and Unstaged grouping in the Git Panel and multi-select in the File Finder and Text Finder. Shipped by the Zed Guild 🛡️ Improved branch filtering with all, local, and remote options in the branch picker. (#60857; thanks chirivelli) Settings UI: Improved support for window widths below 900 px. (#60786; thanks feitreim) Improved semantic token highlighting to dist…
This week's release includes improved branch picker filtering and grouping, run-status indicators for runnable gutter controls, editable image-viewer zoom levels, and GPT-5.6 Luna support for ChatGPT subscriptions. 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…
This week's release includes dedicated Staged Changes and Unstaged Changes multibuffers where you can review, stage, unstage, or restore individual hunks; Git Graph improvements including configurable columns and full commit messages rendered as Markdown; and a preview pane in the project symbols picker. Features AI Agent: Added support for searching (cmd-f on macOS, ctrl-f on Linux/Windows) insid…
This week's release includes the ability to group files into Staged and Unstaged sections in the Git panel, with dedicated multibuffers where you can review, stage, unstage, or restore individual hunks; Git Graph improvements including configurable columns and full commit messages rendered as Markdown; and a preview pane in the project symbols picker. Features AI Agent: Added support for searching…
Updates Collab to use the new /internal/channel_members/fuzzy_search endpoint that searches users by username (instead of GitHub login). Request and response shapes are the same. Release Notes: N/A
Fixed an issue with npm v12 that could cause language server startup failures (#60869) agent: Fixed an issue where cmd-f would not work if the file was open in the center pane (#60754)
Fixed an issue with npm v12 that could cause language server startup failures (#60870)
agent: Added GPT 5.6 Sol & Terra for ChatGPT subscription. Note: GPT 5.6 Luna is not available yet, since OpenAI has not unlocked access for third-party clients (#60744)
agent: Added GPT 5.6 Sol & Terra for ChatGPT subscription. Note: GPT 5.6 Luna is not available yet, since OpenAI has not unlocked access for third-party clients (#60745)
open_ai: Added support for GPT 5.6 Sol/Terra/Luna (#60699) cli: Fixed an issue where the previous workspace would not be restored when using cli_default_open_behavior: new_window and no path was provided (#60672)
open_ai: Added support for GPT 5.6 Sol/Terra/Luna (#60698) cli: Fixed an issue where the previous workspace would not be restored when using cli_default_open_behavior: new_window and no path was provided (#60671)
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 ru…
This week's release adds Telescope-style resizable pickers with file and text finder previews (resolving a request with 860 👍s), including a new search modal that previews results live as you type, opened via the text finder: toggle action in the command palette, plus search in the Agent Panel. Features AI Added in-thread search to the Agent Panel (Ctrl/Cmd+F). (#57231; thanks dandv) Added an entr…
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 ru…
This week's release adds Telescope-style resizable pickers with file and text finder previews (resolving a request with 860 👍s), including a new search modal that previews results live as you type, opened via the text finder: toggle action in the command palette, plus search in the Agent Panel. Features AI Added in-thread search to the Agent Panel (Ctrl/Cmd+F). (#57231; thanks dandv) Added an entr…
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 thread, a workspace: reset pane sizes command to reset all panes to equal sizes, and new editor: select inside delimiters / editor: select around delimiters actions for expanding a se…
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 scoped to Zed (#59701) acp: Fix for Cursor agent only being able to use Fast mode with Composer 2.5 (#59695) Improved file watcher performance on large worktrees (#59560)
Bump to 1.8.1 for @JosephTLyons
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 thread, a workspace: reset pane sizes command to reset all panes to equal sizes, and new editor: select inside delimiters / editor: select around delimiters actions for expanding a se…
This week's release includes automatic agent context compaction that you can also trigger manually with the new /compact command, cleaner and more legible Markdown preview styling, and support for running custom git commands on git graph branches and tags. Features AI Agent: Added auto-compaction and /compact to Zed Agent. (#58931) Agent: Improved agent skills management by moving it into the sett…
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)