fix(acp): use newer acp package (#3317)

This commit is contained in:
Giuseppe Rota
2025-10-21 16:35:09 +02:00
committed by GitHub
parent f9036734eb
commit 731122bf99
9 changed files with 18 additions and 15 deletions

View File

@@ -12,7 +12,7 @@ import type {
NewSessionResponse,
PromptRequest,
PromptResponse,
} from "@zed-industries/agent-client-protocol"
} from "@agentclientprotocol/sdk"
import { Log } from "../util/log"
import { ACPSessionManager } from "./session"
import type { ACPConfig } from "./types"