Zed Launches DeltaDB: A New Version Control System

Original: Zed DeltaDB

Why This Matters

DeltaDB signals a shift in version control toward AI-native, conversation-linked development workflows.

Zed Industries has announced DeltaDB, a version control system currently in early access that records every code operation between commits and links each change to the AI agent conversation that produced it.

Zed Industries has announced DeltaDB, a new version control system available for early access sign-up. Unlike traditional VCS tools that only capture discrete commits, DeltaDB records every individual edit operation as it occurs and assigns each a stable identity, allowing developers to reference any precise moment in a codebase's evolution. A key feature is bidirectional traceability: every code change is linked to the AI agent conversation that generated it, so users can navigate from any line of code to the originating conversation, or from any message to the code it affected. DeltaDB also virtualizes the worktree, making it nearly costless to spin up new agent branches at any point in history, including mid-run. Collaboration is built in from the start — teammates can join an active work session, interact with the agent that performed the work, and annotate changes without waiting for a formal commit or pull request. The product is described as 'early access software made between commits.' Interested users can sign up with an email and GitHub username via the Zed website.

Source

zed.dev — Read original →