Replace deprecated Claude ACP package links (#8625)

Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
This commit is contained in:
Lucas Alvares Gomes
2026-04-22 13:35:12 +01:00
committed by GitHub
parent 1d0f3785c3
commit 501dde5570
6 changed files with 9 additions and 9 deletions
@@ -15,7 +15,7 @@ const AGENT_COMMAND_DEFS: &[AgentCommandDef] = &[
id: "claude-acp",
binary_name: "claude-agent-acp",
install_command: Some(
"npm install -g @anthropic-ai/claude-code @zed-industries/claude-agent-acp",
"npm install -g @anthropic-ai/claude-code @agentclientprotocol/claude-agent-acp",
),
auth_command: Some("claude auth login"),
auth_status_command: Some("claude auth status"),
@@ -23,7 +23,7 @@ export const PROVIDER_CATALOG: ProviderCatalogEntry[] = [
setupMethod: "cli_auth",
binaryName: "claude-agent-acp",
installCommand:
"npm install -g @anthropic-ai/claude-code @zed-industries/claude-agent-acp",
"npm install -g @anthropic-ai/claude-code @agentclientprotocol/claude-agent-acp",
authCommand: "claude auth login",
authStatusCommand: "claude auth status",
docsUrl: "https://docs.anthropic.com/en/docs/claude-code",