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…
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. (…
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…
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…
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…
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…
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…