泽德 DeltaDB
Zed DeltaDB

原始链接: https://zed.dev/deltadb

回溯至任意编辑 DeltaDB 捕获提交之间的每一次操作,并为每一项操作赋予稳定的标识,因此你可以指向代码演进过程中的任何时刻。 追踪代码至对话 每一次变更都与产生它的智能体对话相连。从任意代码行即可找到相关对话;从任意消息即可跳转至所涉及的代码。 随时创建分支 DeltaDB 虚拟化了工作树,因此开启一个新的智能体分支几乎无需成本。历史记录中的任何节点都是有效的分支点,包括运行中的任务。 共享对话而非 PR 同事可以在工作进行时随时加入,与执行任务的智能体沟通,并在过程中添加注释,无需等待你先完成提交和推送。

Hacker News 社区正在讨论 Zed 最近发布的 DeltaDB,这是一项类似于 IntelliJ“本地历史记录(Local History)”的本地版本历史功能。 用户的反应非常积极,许多人称赞 Zed 对灵活性的追求。编辑器对代理通信协议(ACP)的支持是一大亮点,它允许用户集成 Claude Code、Codex 和 OpenRouter 等各种 AI 代理,而不是被锁定在某个专有生态系统中。多位评论者将这种开放性视为“杀手级功能”,并指出与 Cursor 等竞争对手相比,它提供了更简洁、无广告的使用体验。 不过,讨论也强调了人们对该编辑器稳定性的持续担忧。批评者指出,Zed 在基础问题上仍存在不足,特别是在 WSL 上的文件系统监控方面——无法识别新文件且缺乏手动刷新按钮,这阻碍了其实用性。尽管用户对 Zed 的创新方向及其解决复杂开发工具问题的能力感到兴奋,但普遍观点认为,团队在开发新功能的同时,仍应优先考虑核心性能和稳定性。
相关文章

原文

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.

联系我们 contact @ memedata.com