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
+1 -1
View File
@@ -888,7 +888,7 @@ async fn test_codex_provider() -> Result<()> {
.await
}
// Requires: npm install -g @zed-industries/claude-agent-acp
// Requires: npm install -g @agentclientprotocol/claude-agent-acp
#[tokio::test]
async fn test_claude_acp_provider() -> Result<()> {
ProviderTestConfig::with_agentic_provider("claude-acp", ACP_CURRENT_MODEL, "claude-agent-acp")