According to Beating, Zed founder Nathan Sobo has announced DeltaDB, a new version control system for the Zed editor. Unlike traditional Git snapshots (commits), DeltaDB records fine-grained edit operations (deltas) and assigns each a unique identifier, allowing developers to jump to any point in code history. Code references anchor to specific deltas rather than file line numbers, ensuring links remain valid even after subsequent modifications.
DeltaDB directly binds development conversations to code changes, enabling developers to jump from any historical discussion to the corresponding code version, or trace code back to related conversations. The system uses conflict-free replicated data types (CRDT) for real-time multi-developer and AI collaboration across devices. Zed aims to merge discussions and code into one space, eliminating traditional pull requests and code reviews. Beta testing is expected to launch within weeks.