Zed is building DeltaDB to track code edits between commits

Git records commits, but DeltaDB records every single edit happening between them.
The team behind the Zed editor introduced DeltaDB, an open-source peer-to-peer database built for real-time collaborative coding. It logs every operation in your editor and links each change directly to the AI agent conversation that produced it.
Why it matters: Standard version control wasn't built for AI agents writing code alongside you. DeltaDB virtualizes your worktree to make branching effectively free, letting teammates jump into a live session, talk to your agent, and annotate work without waiting for you to push a commit.
Every edit gets a stable identity. That means you can jump straight from a line of code to the prompt that wrote it, or spin up a new branch from any exact moment in history—even mid-run.
Pull requests might soon look less like static diffs and more like live conversations.
Sources
- Zed DeltaDB — https://zed.dev/deltadb
- Hacker News — https://news.ycombinator.com/item?id=49187256

