From e67e955f2ae95cb6e7ef1444a50054dca4a96643 Mon Sep 17 00:00:00 2001 From: Bassim Shahidy <122117267+AVGVSTVS96@users.noreply.github.com> Date: Sat, 4 Oct 2025 00:44:05 -0700 Subject: [PATCH] Add assistant-ui registry URL to registries.json (#8312) --- apps/v4/public/r/registries.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 1417c12457..412a77d8e7 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -4,6 +4,7 @@ "@alexcarpenter": "https://ui.alexcarpenter.me/r/{name}.json", "@alpine": "https://alpine-registry.vercel.app/r/{name}.json", "@animate-ui": "https://animate-ui.com/r/{name}.json", + "@assistant-ui": "https://r.assistant-ui.com/{name}.json", "@blocks": "https://blocks.so/r/{name}.json", "@clerk": "https://clerk.com/r/{name}.json", "@cult-ui": "https://cult-ui.com/r/{name}.json",