Never miss a release that matters
AI-powered summaries of every GitHub release.
AI Summaries
Changelogs condensed into clear, actionable insights.
Always Free
Track up to 5 packages at no cost, forever.
Weekly Digest
A curated summary of every release, delivered weekly.
TL;DR
Zed now features enhanced AI capabilities, including sandboxing for Agent tools and support for the GPT 5.6 model family.
New
- AI Enhancements: Added sandboxing for Agent terminal/fetch tools, adaptive thinking for Anthropic models, and support for GPT 5.6 (Sol, Terra, Luna) across OpenAI, Bedrock, and OpenCode Zen.
- Editor Improvements: Introduced multi-select in File and Text Finders, row filtering for CSV previews, and Staged/Unstaged grouping in the Git Panel.
- Git & UI: Added advanced branch filtering (local/remote) and improved Settings UI responsiveness for small windows.
Fixes Worth Knowing
- Python: Fixed issues where virtual environments weren't restored on reopen and toolchain selection was ignored in Pyright settings.
- Stability: Resolved language server startup failures with npm v12 and fixed workspace diagnostics clearing when closing buffers.
- UI/UX: Fixed window management controls being grayed out and rendering issues with selections over inlay hints.
TL;DR
Zed significantly enhances Git workflows with new staged/unstaged change views and expanded AI model support via Amazon Bedrock and OpenAI.
New
- Advanced Git Tooling: New dedicated multibuffers for reviewing and staging individual hunks, plus a Git Graph with configurable columns and Markdown commit messages.
- Expanded AI Models: Added support for GPT 5.6 (Sol/Terra/Luna), Claude Fable 5, and various models via Amazon Bedrock and OpenCode.
- AI Agent Improvements: Added terminal thread searching, new "Agent" and "Git" view menu items, and improved ACP (Agent Communication Protocol) session configuration.
- Project Navigation: Added a preview pane to the project symbols picker.
Fixes Worth Knowing
- Resolved language server startup failures occurring with npm v12.
- Fixed a CLI issue where workspaces were not restored when using
new_windowbehavior without a provided path.
TL;DR
Zed now supports GPT 5.5 and GPT 5.5 Pro via OpenAI, alongside Claude Opus 4.7, and introduces a new bookmarking feature for enhanced code navigation.
New
- Bookmarks: Add, navigate, and manage bookmarks directly within the editor.
- AI Model Support: Added support for GPT 5.5 and GPT 5.5 Pro (OpenAI) and Claude Opus 4.7.
- Improved Fuzzy Search: Fuzzy matching is improved across the command palette, branch picker, and more.
Fixes Worth Knowing
- Fixed issues with agent threads disappearing after upgrades or archiving.
- Resolved crashes related to Git worktrees, token counting, and ACP server processes.
- Fixed problems with scratch buffers being lost and stale Git state on Windows.
- Improved stability and usability of the agent sidebar and thread switcher.
Before You Upgrade
If you previously experienced missing agent threads, this release will automatically migrate and surface them in the sidebar or archive view.
TL;DR
Zed now includes parallel agents, a new feature allowing multiple AI agents to work concurrently on your code, significantly speeding up complex tasks.
New
- Parallel Agents: Run multiple AI agents simultaneously.
- Claude Opus 4.7: Added support for the latest Claude model (BYOK).
- Scroll Wheel Zoom: Adjust editor font size with your mouse wheel (enable with
mouse_wheel_zoomsetting).
Fixes Worth Knowing
- Git Branch Picker: Now displays full branch names.
- Thread Migration: Fixed an issue where agent threads disappeared after upgrading.
- File Rename: Corrected file renaming to properly handle " copy" suffixes.
- ACP Conversations: Resolved duplicated prompts in AI-powered chat.
Before You Upgrade
Enable mouse_wheel_zoom in settings if you want to use scroll wheel font size adjustment.