Support ACP (agentic coding protocol) #868
Replies: 12 comments 1 reply
-
|
This would be such a nice addition! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
says "unsupported version" for me. Edit: Updating to 0.0.9 fixed the issue, thanks. |
Beta Was this translation helpful? Give feedback.
-
|
I've been running into #384 as one of the tools I have set up in Zed uses Unless there is a way to exclude MCP servers from being shared by Zed, this integration would still need work. |
Beta Was this translation helpful? Give feedback.
-
|
It seems to work outside of the authentication support where if you are not already authed it is currently only exposing Vertex, Gemini API Key, & Google OAuth from the |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the screenshot above. I typed it out, so the next one can just paste this into your "agent_servers": {
"qwen": {
"command": "qwen",
"args": ["--experimental-acp"],
"env": {}
}
}It works great for me on |
Beta Was this translation helpful? Give feedback.
-
|
qwen 0.0.14 doesn't work. |
Beta Was this translation helpful? Give feedback.
-
|
Works for me on 0.0.14 with the solution provided by @Dima-369 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I doubt it, I use custom-builds of main, and did not have such issues before.
Try out using the absolute path of |
Beta Was this translation helpful? Give feedback.
-
Sorry, the AI misunderstood me. What I meant was: could this issue be because I'm using a pre-release version of Zed? @Dima-369
I've switched to an absolute path, and Zed no longer shows an error, but it can't send messages. I suspect this might be because Zed for Windows isn't fully stable yet. |
Beta Was this translation helpful? Give feedback.
-
|
I have the same problem here on Windows as @wardenxyz The hard coded path also doesn't work like above. |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
-
What would you like to be added?
The Agentic Coding Protocol currently maintained by the Zed team which is currently supported as an expiremental feature in both the gemini cli and claude code cli.
Why is this needed?
It provides deep editor integrations for viewing and reviewing diffs along with MCP passthrough from the source editor.
Additional context
merged pr for gemini support google-gemini/gemini-cli#4266
Beta Was this translation helpful? Give feedback.
All reactions