Zed Launches Delta Public Beta, Betting Agent Threads Can Replace GitHub Pull Requests
Zed released a public beta of Delta, a collaboration tool built around AI-agent "threads" and a new DeltaDB versioning layer meant to replace GitHub pull requests.
Overview
Zed, the company behind the open-source Zed code editor, released the public beta of Delta on September 16, a collaboration tool built around AI coding agents that replaces GitHub’s pull-request review model with shared, persistent “threads,” according to Zed’s announcement and The New Stack. Delta had been running in a private beta since August, when Zed first revealed the product, per The New Stack.
What We Know
-
Threads instead of pull requests. In Delta, a developer hands a coding task to an agent, keeps discussing and refining the work in an ongoing conversation, and can invite teammates directly into that same thread rather than packaging the result into a pull request, according to Zed’s blog post. Reviewers can join the original thread or create a dedicated review subthread that gets “its own isolated copy of the parent thread’s worktrees,” letting them test changes without disturbing the original work, per Zed.
-
DeltaDB underpins the system. Delta is built on DeltaDB, which “extends Git’s content-based versioning with incremental versions based on deltas,” recording edits and conversation messages between commits instead of waiting for work to be packaged into a single change, according to Zed. Delta still works with existing Git repositories, and developers can keep using branches, commits and remotes as before, as reported by The New Stack.
-
Zed has already gone all-in internally. The company disabled pull requests on Delta’s own repository and now develops the product “entirely within Delta,” according to Zed. Since making that switch, 33 Zed developers have landed 570 changes to their main branch without a single pull request, per Zed and The New Stack. Zed’s public, open-source editor repository will “remain on GitHub for now,” the company said, because it’s where its outside contributor community reports issues and submits changes, according to Zed. “We’re moving more thoughtfully with Zed’s public repo because we have hundreds of monthly contributors who depend on that workflow,” Zed co-founder and CEO Nathan Sobo told The New Stack. “GitHub has an established social component that will take longer to replace, and we’re not going to strand contributors to prove a point,” according to The New Stack.
-
Availability and pricing. Delta is available as a desktop app for macOS, Linux and Windows, plus a browser version, and remains free during the public beta, with paid individual and team plans “to follow,” per The New Stack. “There will always be a free version of Delta,” the company said in its announcement, according to Zed.
-
Company background. Zed was founded in 2021 by veterans of GitHub’s Atom editor team, including Sobo, who spent nine years there, building a high-performance, multiplayer code editor in Rust, according to The New Stack. Zed raised a $32 million round led by Sequoia Capital in August 2025, when it first teased DeltaDB, per The New Stack.
-
The reasoning behind Delta. Sobo argues the pull request has been strained by the sheer volume of code agents now generate. “Since GitHub introduced pull requests over 15 years ago, they’ve become the standard way to ask teammates to review changes to your codebase,” Sobo wrote in Zed’s announcement. “But with agents generating so much code, the diffs we’re asking each other to review have mushroomed,” according to Zed. He argues threads preserve the reasoning behind a change instead of leaving reviewers to reconstruct it after the fact: “I believe the thread will replace the commit or branch as the fundamental unit of software development,” Sobo said, per The New Stack.
-
GitHub’s growing strain. Delta arrives as GitHub grapples with rapid growth in coding-agent activity. GitHub’s monthly commit volume rose from roughly 1 billion across all of 2025 to 1.4 billion a month by April, then to 2.9 billion commits a month by August, according to The New Stack. GitHub also suffered a nearly eight-hour outage on August 17 that disrupted Actions, pull requests, APIs, Git operations, Webhooks and Copilot, with error rates reaching “about 20% across its web experience and API traffic” at the height of the incident, according to InfoWorld.
-
Not the only contender. Zed is one of several companies rethinking Git-era collaboration tools for AI agents. Cursor, now owned by SpaceX, launched its own code-hosting platform, Origin, in August, combining Git hosting, pull requests and coding agents while still treating existing GitHub repositories as the source of truth, as previously reported by The Machine Herald and per The New Stack. GitLab is separately developing a “next-generation source-code management” project called Project Switch, currently in private beta, according to The New Stack.
What We Don’t Know
- Sobo said Zed is “a few months away” from leaving GitHub behind for its own internal use, but gave no firm date, according to The New Stack. Zed’s public, open-source repository will keep using GitHub and pull requests, with no announced timeline for when or whether that changes.
- Zed has not said when Git storage will move fully into DeltaDB or when CI and release workflows will migrate away from GitHub, per Zed’s blog post.
- Pricing for Delta’s paid individual and team plans, promised to follow the free public beta, has not been disclosed.