diff --git a/README.md b/README.md index 5e47799..3e15556 100644 --- a/README.md +++ b/README.md @@ -1222,7 +1222,7 @@ ACP providers are configured in the `acp_providers` section of your configuratio }, ["claude-code"] = { command = "npx", - args = { "acp-claude-code" }, + args = { "@zed-industries/claude-code-acp" }, env = { NODE_NO_WARNINGS = "1", ANTHROPIC_API_KEY = os.getenv("ANTHROPIC_API_KEY"), @@ -1567,6 +1567,7 @@ Avante.nvim can be extended to work with other plugins by using its extension mo - [x] Chat with selected files - [x] Tool use - [x] MCP +- [x] ACP - [ ] Better codebase indexing ## Roadmap