diff --git a/src/acp/client.ts b/src/acp/client.ts index d5950993e934..d8e4f731c94b 100644 --- a/src/acp/client.ts +++ b/src/acp/client.ts @@ -147,6 +147,10 @@ async function createAcpClient(opts: AcpClientOptions = {}): Promise { + log(`agent error: ${String(err)}`); + }); + const input = Writable.toWeb(agent.stdin); const output = Readable.toWeb(agent.stdout) as unknown as ReadableStream; const stream = ndJsonStream(input, output);