From 2b03bc7a532f5cbe4f979aae8b3597f85dd7adaf Mon Sep 17 00:00:00 2001 From: Pete Petrash Date: Wed, 11 Feb 2026 11:19:08 -0800 Subject: [PATCH] registry: add @tool-ui to open registry directory --- apps/v4/public/r/registries.json | 8 +++++++- apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index b208610584..1f824bbaa9 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -77,6 +77,12 @@ "url": "https://r.assistant-ui.com/{name}.json", "description": "Radix-style React primitives for AI chat with adapters for AI SDK, LangGraph, Mastra, and custom backends." }, + { + "name": "@tool-ui", + "homepage": "https://www.tool-ui.com", + "url": "https://www.tool-ui.com/r/{name}.json", + "description": "Open source React components for rendering AI tool call widgets and rich assistant outputs." + }, { "name": "@better-upload", "homepage": "https://better-upload.com", @@ -749,4 +755,4 @@ "url": "https://sona-ui.vercel.app/r/{name}.json", "description": "A modern UI component library built with React and TailwindCSS to help you build beautiful and accessible web applications faster." } -] \ No newline at end of file +] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 318caa7ff9..96db12013f 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -90,6 +90,13 @@ "description": "Radix-style React primitives for AI chat with adapters for AI SDK, LangGraph, Mastra, and custom backends.", "logo": "" }, + { + "name": "@tool-ui", + "homepage": "https://www.tool-ui.com", + "url": "https://www.tool-ui.com/r/{name}.json", + "description": "Open source React components for rendering AI tool call widgets and rich assistant outputs.", + "logo": "" + }, { "name": "@better-upload", "homepage": "https://better-upload.com",