Home / Companies / Zed / Blog / June 2026

June 2026 Summaries

5 posts from Zed

Filter
Month: Year:
Post Summaries Back to Blog
Zed, a modern coding editor, offers various features to enhance productivity and comfort for developers, particularly when working on wide screens and managing multiple projects. Users can toggle a centered layout to alleviate discomfort from editing on wide screens, and navigate multiple projects efficiently through keybindings and the command palette. Zed also integrates with the command line by using the "zed --wait" flag to function more like traditional editors when used with terminal commands. Users can create command aliases for frequently used actions, simplifying their workflow, and can utilize the multibuffer feature to view and edit code snippets from across their codebase. The outline panel provides a compact overview of search results, similar to VS Code's "Search View," enhancing project-wide navigation. Overall, Zed's features are designed to streamline coding processes and adapt to user preferences, making it a valuable tool for developers seeking a customizable and efficient coding environment.
Jun 23, 2026 1,392 words in the original blog post.
Zed is an open-source project that thrives on community collaboration, demonstrated through its Guild program, which invites external contributors to work closely with the Zed team over 12 weeks. The program is structured into three progressive tracks—Repro Specialist, Bug Basher, and Feature Shipper—allowing participants to advance as they gain expertise. The first cohort saw significant engagement, with 33 contributors merging 148 pull requests and the standout contributor earning a trip to Rust Week. The initiative emphasizes the importance of building deep, quality relationships over scaling and plans to focus more on collaborative work in future cohorts to enhance contributor engagement and program effectiveness.
Jun 16, 2026 1,318 words in the original blog post.
Zed is reimagining software collaboration by moving beyond traditional pull requests and commit-based version control with their new technology, DeltaDB. Unlike Git, which relies on discrete commits, DeltaDB captures every operation as a "delta," allowing for continuous, real-time collaboration that ties conversations directly to code changes. This approach empowers both human developers and AI agents to work simultaneously on shared worktrees without the constraints of committing and pushing changes before discussion. The innovation aims to make the conversation around code the primary point of collaboration, with code and discussions evolving together as interconnected artifacts. Zed's DeltaDB facilitates a seamless integration of conversation and code, providing a platform where discussions naturally coexist with the evolving codebase, thus eliminating the need for traditional code review processes. With a beta version on the horizon, Zed invites interested users to join its waitlist and explore this new paradigm in software development.
Jun 11, 2026 783 words in the original blog post.
Zed's open-source project has seen significant growth since its source code was released over two years ago, accumulating over 84,000 GitHub stars and ranking among the top 200 most-starred repositories. This popularity has led to a substantial number of contributions, with over 4,325 non-bot pull requests merged between January and May 2026, 1,194 of which were from 527 unique non-staff contributors. To recognize and encourage active participation, Zed introduced a Community Champions program in September 2025, which acknowledges contributors who consistently enhance the project through quality code, issue reporting, and community engagement. Community Champions are identified based on their contributions and interactions within the team, and over 60 champions have been recognized so far. The initiative aims to foster a supportive environment for contributors, who are encouraged to participate through resources like a CONTRIBUTING.md guide and community support on Discord.
Jun 02, 2026 712 words in the original blog post.
GitHub is transitioning Copilot Chat from a request-based billing model to a token-based billing system using GitHub AI Credits, which will impact users of Copilot Chat in the Zed IDE by metering their usage differently. While this change does not affect edit predictions like code completions and Next Edit suggestions, it does apply to various Copilot Chat model activities such as agent turns, inline assists, and commit-message generation. Users who frequently use Copilot Chat, particularly with agents, may see an increase in costs. GitHub provides a preview tool for users to estimate their potential expenses under the new pricing structure and advises team managers to set budgets to prevent overages. Zed users have the flexibility to switch to other model providers if needed, as Zed supports multiple options including hosted models, subscription services like ChatGPT, personal API keys, and local models.
Jun 01, 2026 292 words in the original blog post.