The Spectrum Dispatch News

technology

Zed Introduces DeltaDB, a Version Control System That Tracks Code Between Commits

The early-access tool records every edit and links changes to the conversations that produced them, allowing developers to rewind to any moment in code evolution.

Zed Introduces DeltaDB, a Version Control System That Tracks Code Between Commits

Zed has announced DeltaDB, a version control system currently in early access that fundamentally changes how code changes are tracked and documented.

Zed Introduces DeltaDB, a Version Control System That Tracks Code Between Commits

Unlike traditional version control systems that only record snapshots at commit points, DeltaDB captures every operation between commits and assigns each one a stable identity. According to the company, this allows developers to “point to the code at any moment in its evolution,” effectively creating a continuous record of a codebase’s development.

A core feature of DeltaDB is its linking of code changes to conversations. The system connects every change to the agent conversation that produced it, enabling bidirectional traceability: developers can find the conversation that led to any specific line of code, or jump from any message to the code it affected.

The system also virtualizes the worktree, making it possible to branch at any point in history without the typical overhead. According to Zed, “spinning up a new agent branch is effectively free,” and any point in history—including mid-run—is a valid branch point.

DeltaDB also changes collaboration workflows. Rather than waiting for work to be committed and pushed as a pull request, teammates can join an ongoing development session, talk to the agent that performed the work, and annotate changes in real time. Zed describes this as “share the thread, not the PR.”

The tool is positioned as part of a broader shift toward agent-assisted development, where the system records not just the final code state but the entire context and reasoning behind changes. This approach aims to address a persistent challenge in software development: understanding why particular decisions were made and being able to reverse to any earlier state.

DeltaDB is currently available for early access signup on Zed’s website, inviting developers to be among the first to try the system.

Key facts

  • DeltaDB records every operation between commits with stable identities, allowing rewinding to any point in code evolution
  • Every code change is linked to the agent conversation that produced it, enabling bidirectional lookup between code and conversation
  • The system virtualizes the worktree, making branching at any historical point effectively free
  • Teammates can join ongoing work sessions to collaborate without waiting for commits and pull requests

Sources

← All posts