chore: update README to align with the latest code (#2696)

This commit is contained in:
yetone
2025-09-08 10:38:05 +08:00
committed by GitHub
parent 46583943b6
commit 099354c253

View File

@@ -1222,7 +1222,7 @@ ACP providers are configured in the `acp_providers` section of your configuratio
}, },
["claude-code"] = { ["claude-code"] = {
command = "npx", command = "npx",
args = { "acp-claude-code" }, args = { "@zed-industries/claude-code-acp" },
env = { env = {
NODE_NO_WARNINGS = "1", NODE_NO_WARNINGS = "1",
ANTHROPIC_API_KEY = os.getenv("ANTHROPIC_API_KEY"), 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] Chat with selected files
- [x] Tool use - [x] Tool use
- [x] MCP - [x] MCP
- [x] ACP
- [ ] Better codebase indexing - [ ] Better codebase indexing
## Roadmap ## Roadmap