From 705ce5961080264830471ddd885c01b907706068 Mon Sep 17 00:00:00 2001 From: BEY AGENCY Date: Fri, 31 Jul 2026 03:38:27 +0300 Subject: [PATCH] feat(registry): add @ai2 to registry directory (#11337) --- apps/v4/registry/directory.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 0221dd3a8ae..cb49559a8a5 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1820,5 +1820,12 @@ "url": "https://www.mediadrop.dev/r/{name}.json", "description": "Drag-and-drop file upload blocks for React built on react-mediadrop — dropzone, avatar uploader, multi-file upload form, and direct-to-S3 upload.", "logo": "" + }, + { + "name": "@ai2", + "homepage": "https://ai2.design", + "url": "https://ai2.design/r/{name}.json", + "description": "Agent-native design system for the shadcn CLI: 51 base components with a full variant, tone and size matrix on an OKLCH token layer, plus 307 styled variations. MIT.", + "logo": "" } ]