About ACP Mode
Agent Client Protocol (ACP) is an open protocol that provides a standardized way to connect AI agents to different text editors, IDEs, and other tools. ACP mode uses JSON-RPC over standard input and output to communicate between the agent and the client. You can see a overview of the protocol to learn more.Using ACP Mode
To use Auggie in ACP mode, you need to pass the--acp flag when starting Auggie. You can pass additional command-line arguments to set the model, authentication, and other options.
--acp flag and follow the client-specific instructions. See the ACP Clients page for more details.