From 3472e66290899c750a71f07f48c0139a97dc1800 Mon Sep 17 00:00:00 2001 From: Bryant Liu Date: Sat, 4 Jul 2026 08:37:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(node-sdk):=20Fix=20brew=20insta?= =?UTF-8?q?ll=20command=20to=20canonical=20ai-agent-assembly/tap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/runtime.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime.ts b/src/runtime.ts index 467ce431e..cab0a1f0b 100644 --- a/src/runtime.ts +++ b/src/runtime.ts @@ -38,7 +38,7 @@ export const RUNTIME_SUBPACKAGE: string = `runtime-${platform()}-${arch()}`; export const INSTALL_HINT: string = [ "agent-assembly runtime not found.", " Install with: pnpm add agent-assembly", - " Or manually: brew install agent-assembly/tap/aasm", + " Or manually: brew install ai-agent-assembly/tap/aasm", " curl -fsSL https://get.agent-assembly.io | sh", ].join("\n");