Zed announced Delta on August 12, 2026 — a brand-new multiplayer environment built specifically for coding with AI agents. This isn’t an editor update. It’s an entirely new application designed around the reality that agents now write most of the code, and the conversation is the work.
If you’ve ever tried to review an agent’s PR and lost track of why it made a change, or wished a teammate could pick up an agent session mid-stream with full context — Delta is built for you.
What Is Delta?
Delta is a multiplayer environment where developers and agents collaborate in persistent threads. Think of it as a shared workspace where:
- The conversation and the code live together, synced in real time
- Agents are first-class participants — not just tools you invoke
- Teammates can join, comment, and continue work without losing context
- Everything works in your browser via WebAssembly (no install required for collaborators)
Zed built DeltaDB — a replication engine that syncs both the conversation and the worktree together. Every edit, every agent turn, every human comment is captured between your commits. You still commit and push to git normally. Teammates who never open Delta see a normal git repo.
Why This Changes Everything for Agent Workflows
1. Review Stays Connected to the Conversation
On GitHub/GitLab, comments attach to a snapshot (the diff at that moment). As soon as the code changes, those comments drift out of date.
In Delta, you comment on any line of code in the living worktree — whether an agent wrote it 5 minutes ago or a human wrote it 3 years ago. Comments are anchored to the code as it evolves, connected to the conversations that produced it.
Real scenario: An agent refactors a service. You spot a questionable pattern. You comment on that line in the thread. The agent sees your comment in context and fixes it. The fix, your comment, and the agent’s reasoning all stay linked.
2. Agentic Development Becomes Multiplayer
Invite your team into a thread with a click. Threads are private until shared. Participants join as first-class collaborators who can:
- Explore the full conversation history and code
- Comment alongside you in real time
- Continue a task later — the worktree is synced to their machine
- Never wonder “was this committed?” — the live state is always visible
Multiple people can even iterate on a prompt together. The agent works from the same shared context as everyone else.
3. Delta Works Everywhere — Including Your Browser
Delta isn’t a watered-down web version. It’s the same Rust application, compiled to WebAssembly, rendered via WebGL. Your teammate opens a link, and they get the full Delta experience — no install, no setup.
It also connects to third-party agent harnesses, starting with Claude Code. Keep working in your terminal. Your session syncs live into a Delta thread. Share the link, and teammates can watch, comment, and pick up the work with full context.
4. An Interface Built to Keep Up With Agents
Agents produce massive output. Most tools cope by hiding things — collapsing diffs, truncating transcripts, summarizing.
Delta shows everything. Diffs open in full. Transcripts stay whole. Everything renders as fast as your model emits it.
And the conversation is a document, not a chat log. Your cursor works everywhere in the thread. Want to respond to a specific thinking block? Put your cursor on it and type. Comments attach to the exact text they reference. The agent sees precisely what you mean. So does everyone else.
The Backstory: Why a New App?
Zed spent years building CRDTs for real-time collaboration, then DeltaDB to replicate conversations and worktrees together.
They realized the best experience required an entirely new application — not bolting DeltaDB into Zed. Rebuilding Zed’s foundations under hundreds of thousands of daily users would disrupt workflows. So Delta became a focused place to iterate fast on the primitives through real product use.
Zed isn’t going away. DeltaDB will come to Zed. But Delta is where the new primitives begin.
For Beginners: What This Means for You
| If you… | Delta gives you… |
|---|---|
| Code solo with agents | A persistent thread where context never gets lost between sessions |
| Review agent PRs | Comments anchored to living code, not stale diffs |
| Work in a team | Real-time multiplayer where agents are teammates, not black boxes |
| Use Claude Code | Browser-based sharing of terminal sessions with full context |
| Switch devices | Cloud runners that keep the agent going while your laptop sleeps |
How to Get Access
Private beta invites went out August 12, 2026. More users will be invited over the coming weeks.
👉 Sign up for early access at zed.dev/deltadb
Installation (When You Get In)
# Delta is a standalone application
# Download from delta.dev once you have beta access
# For Zed users (still recommended for daily editing):
# macOS
brew install zed --head
# Linux (AppImage, Flatpak, distro packages)
# https://zed.dev/download
# Windows: WSL2 + Linux build
# https://github.com/deevus/zed-windows-builds
Honest Assessment: What’s Still Early
- Private beta only — not generally available yet
- Claude Code integration is first — other agent harnesses coming
- Self-hosted/cloud runner pricing — not announced
- Windows native Delta — timeline unclear (Zed itself is WSL-only on Windows)
- Mobile apps — not yet
TL;DR
| Feature | Impact | Who It’s For |
|---|---|---|
| Persistent agent threads | Context never lost | Everyone using agents |
| Living code + conversation | Review that stays accurate | Teams reviewing agent work |
| Browser-based multiplayer | Zero-friction collaboration | Distributed teams |
| Claude Code sync | Terminal ↔ browser bridge | Claude Code users |
| DeltaDB replication | Git-compatible, real-time sync | Anyone who commits code |
Bottom line: Delta is the first tool built from the ground up for the reality that agents are now teammates. If you’ve felt the friction of reviewing agent work, losing context between sessions, or wishing teammates could see what the agent “was thinking” — this is the platform you’ve been waiting for.
Related Reading
- Zed Just Got GPT-5.6 Luna Support — And Self-Hosted AI Models Too
- Zed Just Got GPT-5.6 Luna Support — And Self-Hosted AI Models Too
- Best Coding Agents 2026 Decision Guide
- Why I Stopped Using Copilot and Went Full Terminal Agent
Related articles
- Claude Code Alternatives in 2026: 12 Options Compared
- Oh My Pi v17.3.3 Fixes Gemini Reasoning Loops, Hashline Edge Cases, and TUI Rendering — What Beginners Need to Know
- Context Engineering for Coding Agents: How to Make Every Token Count
Announcement: Introducing Delta · DeltaDB Deep Dive · Sign Up for Beta · Zed Discord