Skip to content

Commit 5065a97

Browse files
committed
add missing logo and rebuild registry
1 parent 506b343 commit 5065a97

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

apps/v4/public/r/registries.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,12 @@
227227
"url": "https://shadcn-hooks.vercel.app/r/{name}.json",
228228
"description": "A comprehensive React Hooks Collection built with Shadcn."
229229
},
230+
{
231+
"name": "@inferencesh",
232+
"homepage": "https://ui.inference.sh",
233+
"url": "https://ui.inference.sh/r/{name}.json",
234+
"description": "Batteries-included UI components for AI applications. Agent chat interfaces with streaming, tool invocation rendering, syntax-highlighted code blocks, markdown renderer, and more."
235+
},
230236
{
231237
"name": "@intentui",
232238
"homepage": "https://intentui.com",

apps/v4/registry/directory.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@
269269
"name": "@inferencesh",
270270
"homepage": "https://ui.inference.sh",
271271
"url": "https://ui.inference.sh/r/{name}.json",
272-
"description": "UI components for building AI-powered applications. Agent chat interfaces, tool invocation UI, syntax-highlighted code blocks, and more."
272+
"description": "batteries-included agent components by inference.sh. chat interfaces with streaming, tool invocation rendering, syntax-highlighted code blocks, markdown renderer, and more.",
273+
"logo": "<svg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill='none' d='M16.837 12.659L10.105 1H8.781c-.433 0-.834.232-1.05.608L1 13.266l.662 1.146c.217.375.618.607 1.051.607h13.463l.662-1.146a1.215 1.215 0 000-1.213v-.001z' stroke='var(--foreground)' stroke-width='0.3' stroke-miterlimit='10'/><path fill='none' d='M6.057 11.515v0l3.977-6.888a.08.08 0 01.14 0l6.002 10.392' stroke='var(--foreground)' stroke-miterlimit='10' stroke-width='0.3'/><path fill='none' d='M1 13.266h12.001a.08.08 0 00.07-.122L9.09 6.256' stroke='var(--foreground)' stroke-miterlimit='10' stroke-width='0.3'/><path fill='none' d='M12.13 11.514H4.173a.08.08 0 01-.07-.121L10.105 1' stroke='var(--foreground)' stroke-miterlimit='10' stroke-width='0.3'/></svg>"
273274
},
274275
{
275276
"name": "@intentui",

0 commit comments

Comments
 (0)