From 099354c2533b281db08d96a39b869dd457795eb0 Mon Sep 17 00:00:00 2001 From: yetone Date: Mon, 8 Sep 2025 10:38:05 +0800 Subject: [PATCH] chore: update README to align with the latest code (#2696) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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