feat: add new registry for preview design

This commit is contained in:
2026-09-04 17:37:55 +05:00
parent 58e75f2334
commit a19d3db929
10 changed files with 130 additions and 26 deletions
@@ -8,7 +8,7 @@
type ToolSchema,
} from "$lib/registry-schema";
import { executeStep } from "$lib/tools/executor";
import type { ToolEntry } from "$lib/registry";
import type { ToolEntry } from "$lib/registry-new";
import SchemaFields from "$lib/components/kit/SchemaFields.svelte";
import SchemaPreview from "$lib/components/kit/SchemaPreview.svelte";