logoalt Hacker News

Vinnltoday at 8:35 AM2 repliesview on HN

So if you use Claude via Copilot in Zed... You use Zed's harness, I think? What does Copilot do, at that point?


Replies

acpdevtoday at 8:56 AM

I believe you are using https://github.com/github/copilot-cli or potentially this https://github.com/github/copilot-language-server-release#ag... via the Agent Client Protocol https://github.com/agentclientprotocol/agent-client-protocol which means you are indeed using Copilot's harness

ACP is just a standard that bridges harnesses easily into IDEs, Text Editors, or whatever consumes it (I wrote a TUI that consumes them)

The registry for all the agents (tool harnesses) is here https://github.com/agentclientprotocol/registry if you ever are curious to what Zed or IntelliJ are really hooking into

show 1 reply
pantulistoday at 8:52 AM

It’s providing the inference of Anthropic models