Z

Zed

Z
Zed IDE

nightly: gpui: Fix `img` aspect ratio overriding existing value (#62367)

Objective The gpui::img element always overrides the aspect_ratio field, so if you have an image element that applies its own .aspect_ratio() it just gets wiped out. Solution Only apply the aspect ratio default if one is not already set. Testing It's a very minor change but I did add a small test to ensure it actually gets overridden. Self-Review Checklist: I've reviewed my own diff for quality, s…

Z
Zed IDE

collab-staging: repl: Retry iopub connection on failure (#62358)

Context This is a rebase of #52302, which was approved by @Veykril in May but still needed a rebase before it could be merged — it seems the original author @MostlyKIGuess forgot about it. I rely on this fix daily for REPL over SSH on an unstable connection and need it rather urgently, so I cherry-picked the original commit (with authorship preserved) and resubmitted it as a new PR. Closes #51834…

Z
Zed IDE v1.15.0-pre

v1.15.0-pre

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 J…

Z
Zed IDE v1.14.2

v1.14.2

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…

Z
Zed IDE v1.13.2

v1.13.2

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 --existing option. (#61981)

Z
Zed IDE v1.14.2-pre

v1.14.2-pre

Fixed Option+Left stopping to the left of punctuation between words Video URL: https://files.catbox.moe/8d5g2t.mp4 (#62064) Fixed a panic when selections are added by tab-expanded column (#62062) Fixed hang when the Zed Agent runs a git command with a pager configured. (#61999) Fixed Gruvbox parameter colors (#61986) Improved CLI documentation by adding the missing --existing option. (#61980)

Z
Zed IDE v1.14.1-pre

v1.14.1-pre

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…

Z
Zed IDE v1.13.1

v1.13.1

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…

Z
Zed IDE v1.14.0-pre

v1.14.0-pre

v1.14.x preview for @JosephTLyons

Z
Zed IDE v1.12.1

v1.12.1

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)

Z
Zed IDE v1.13.1-pre

v1.13.1-pre

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…

Z
Zed IDE v1.12.0-pre

v1.12.0-pre

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…

Z
Zed IDE v1.12.0

v1.12.0

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…

Z
Zed IDE v1.13.0-pre

v1.13.0-pre

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…

Z
Zed IDE v1.11.3

v1.11.3

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…

Z
Zed IDE v1.11.0-pre

v1.11.0-pre

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…

Z
Zed IDE v1.11.3-pre

v1.11.3-pre

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)

Z
Zed IDE v1.10.3

v1.10.3

Fixed an issue with npm v12 that could cause language server startup failures (#60870)

Z
Zed IDE v1.11.2-pre

v1.11.2-pre

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)

Z
Zed IDE v1.10.2

v1.10.2

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)

Z
Zed IDE v1.10.1

v1.10.1

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)

Z
Zed IDE v1.11.1-pre

v1.11.1-pre

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)

Z
Zed IDE v1.10.0

v1.10.0

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…

Z
Zed IDE v1.9.0

v1.9.0

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…

Z
Zed IDE v1.10.0-pre

v1.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 ru…

Z
Zed IDE v1.9.0-pre

v1.9.0-pre

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…

Z
Zed IDE v1.8.2

v1.8.2

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…

Z
Zed IDE v1.8.2-pre

v1.8.2-pre

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)

Z
Zed IDE v1.8.1-pre

v1.8.1-pre

Bump to 1.8.1 for @JosephTLyons