Zed DeltaDB
摘要
Zed 发布了 DeltaDB,一个面向 AI 协作场景的版本控制系统。它记录两次提交之间的每一次操作,并为每个操作分配稳定标识,支持回放到任意编辑时刻。所有代码变更都与产生它的 agent 对话关联,可从代码跳转到对话,也可从对话定位到代码。它虚拟化工作树,使创建 agent 分支几乎零成本,任何历史点都可作为分支起点。团队成员无需等待提交推送即可中途加入,与 agent 对话并实时批注。
荐读理由
DeltaDB 提出了将代码操作与 AI 对话关联、虚拟化工作树支持低成本分支等具体设计,这些思路可直接迁移到自建 AI 编程工作流中,但正文未提供实现细节或性能数据,需进一步验证。
原文
Software is made between commits
Be among the first to try DeltaDB, a version control system that records the work as it unfolds and keeps every change connected to the conversation that shaped it.
Rewind to any edit
DeltaDB captures every operation in between commits and gives each one a stable identity, so you can point to the code at any moment in its evolution.
Trace code to conversation
Every change is linked to the agent conversation that produced it. From any line of code, find the conversation. From any message, jump to the code it touched.
Branch at any moment
DeltaDB virtualizes the worktree, so spinning up a new agent branch is effectively free. Any point in history is a valid branch point, including mid-run.
Share the thread, not the PR
A teammate can join while the work is still happening, talk to the agent that did the work, and annotate as they go, without waiting for you to commit and push first.

Daily drive with Zed
Code at the speed of thought.
这条对你有帮助吗?