Zed unveils DeltaDB collaborative version control
Zed has announced DeltaDB, a collaborative version control system designed to replace standard Git commits by recording every fine-grained editing operation and AI agent conversation. The platform tracks code changes side-by-side with the developer-agent dialogues that produced them, enabling real-time collaboration and precise history tracing.
Git was built for async human code review via patch files, and is fundamentally the wrong abstraction for continuous human-agent pair programming.
* Capture every delta: Tracking edits at the operation level solves the problem of "prompt drift" where the context behind a code change is lost.
* Real-time collaboration: Traditional PR cycles are too slow; letting humans peer-review or take over an agent's worktree in real-time aligns with how modern teams want to build.
* CRDT-based worktrees: Embedding conflict-free replicated worktrees allows multiple agents and developers to work concurrently in the same codebase without Git conflicts.
DISCOVERED
2h ago
2026-06-12
PUBLISHED
2h ago
2026-06-12
RELEVANCE
AUTHOR
zeddotdev