Replace deprecated Claude ACP package links (#8625)
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
This commit is contained in:
committed by
GitHub
parent
1d0f3785c3
commit
501dde5570
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user