Why does only Gemini CLI have "Edits preview" while using ACP? #1379
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
This is a Zed feature we implemented on top of the client filesystem apis. However, most agents don't use those, and therefore we can't provide the same diff. We are looking into other options on the zed side, and we also decided to remove these fs apis anyway in v2 because of lack of adoption. |
Beta Was this translation helpful? Give feedback.
-
|
Hey there, I'm working on a family of GUI clients for open source release (VSCode, Visual Studio, Desktop app) all of which share the same file versioning underpinnings and using the v1 file system APIs to capture agent edits. If these go away in v2 I'll need to find an alternative, would you be willing to share the options you're considering for Zed? Off the top of my head I've got three ideas but I'm not totally sure about any of them:
I'd love to hear your thoughts if you're open to sharing? |
Beta Was this translation helpful? Give feedback.

This is a Zed feature we implemented on top of the client filesystem apis. However, most agents don't use those, and therefore we can't provide the same diff.
We are looking into other options on the zed side, and we also decided to remove these fs apis anyway in v2 because of lack of adoption.