RSS Amplifier

Blog

Release notes from zed

github.comSource feed ↗10 posts

Live Last read · last published · next check

Latest posts

nightly: Fix searching for full SHA-256 commit hashes in Git graph (#63371)

Objective Search in the Git graph does not support full commit hashes in SHA-256 formatted repos, while SHA-1 formatted repos work fine. Solution Use existing constants in the git crate instead of hardcoded values when checking for a commit hash query. Testing Added a regression test for valid SHA-1 and SHA-256 commit hash lengths, plus rejection of hashes longer than the max length. Self-Review…

collab-staging

debugger: Fix breakpoint list not showing breakpoints in single files…

v1.18.0-pre

This week's release includes refreshed Markdown preview styling, inline debugger values for C and C++, and File Finder history that persists across workspace sessions. Shipped by the Zed Guild 🛡️ Fixed the inline assistant doing nothing when the model emitted reasoning before its tool call. ( #61220 ; thanks aviatesk ) Fixed some Pyright and BasedPyright settings not being applied properly. (…

v1.17.2

This week's release includes tabular data previews for CSV, TSV, PSV, and SSV files with sortable and resizable columns, value-based row filtering, and right-click copying; new Git blame and stashing actions; and lower memory use when opening large files. Shipped by the Zed Guild 🛡️ Added support for low reasoning effort for DeepSeek V4 Flash and V4 Pro. ( #62577 ; thanks lingyaochu ) Improved…

v1.16.3

Fixed a crash in the Git panel when collapsed sections were used in tree view. ( #63167 )

v1.17.2-pre

Fixed a crash in the Git panel when collapsed sections were used in tree view. ( #63168 )

v1.16.2

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…

v1.17.1-pre

Fixed a potential filesystem sandbox escape when running extensions. ( #63144 ) Fixed GitHub Copilot Chat authentication and API routing for GitHub Enterprise Cloud ( #63141 ) Fixed project-level language server settings being ignored by extensions built with extension API versions before and including v0.1.0. ( #63082 ) Disable ask_user tool by default ( #63038 ) Fixed an issue where Flatpak CLI…

v1.17.0-pre

This week's release includes tabular data previews for CSV, TSV, PSV, and SSV files with sortable and resizable columns, value-based row filtering, and right-click copying; new Git blame and stashing actions; and lower memory use when opening large files. Shipped by the Zed Guild 🛡️ Added support for low reasoning effort for DeepSeek V4 Flash and V4 Pro. ( #62577 ; thanks lingyaochu ) Improved…

v1.16.1

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…