Skip to main content

About ACP Clients

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. Auggie is a fully ACP compatible agent enabling you to bring the power of Augment to editors like Zed, Neovim, or Emacs. See a full list of supported clients in the ACP docs.

Prerequisites

Client configuration

If you have an ACP client that you would like to have listed here, please open an issue and we’ll be happy to add it.

Zed

We recommend installing and configuring Auggie in Zed using the Auggie extension.
If you want to configure Auggie manually through Zed’s settings, you can use the following configuration. You can pass additional command-line arguments to Auggie by adding them to the args array or use alternative authentication methods by passing environment variables in the env object.
{
  "agent_servers": {
    "Auggie CLI": {
      "command": "auggie",
      "args": ["--acp"],
      "env": {}
    }
  }
}

Neovim

To use Auggie with neovim, you can use one of the following plugins:

Emacs

To use Auggie with emacs, you can use one of the following plugins: