ACP support in Copilot CLI is now in public preview 🚀 #185860
Replies: 3 comments
-
|
This is awesome! I gave it a try in neovim with |
Beta Was this translation helpful? Give feedback.
-
|
Does the TCP --port options still work in .401/2? I was using it effectively earlier today but ran an upgrade and now am not able to start the ACP server. This is great functionality! |
Beta Was this translation helpful? Give feedback.
-
|
Does/will |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
GitHub Copilot CLI now implements the Agent Client Protocol (ACP), an industry-standard protocol for communication between AI agents and clients. This enables third-party tools, IDEs, and automation systems to integrate directly with Copilot’s agentic capabilities through an extensible interface.
How it works
You can start Copilot in ACP mode via stdio:
copilot --acpOr connect via TCP on a specific port:
copilot --acp --port 8080ACP clients can then:
Use cases
Learn more in our ACP documentation
🌟Leave a comment!
Join the discussion and leave feedback in the comments below!
Beta Was this translation helpful? Give feedback.
All reactions