From 1bf1b744b9eb63b38e4804cafa91a8872160f938 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Tue, 5 May 2026 01:28:51 -0700 Subject: [PATCH] llm-registry-sync: export models --- tools/data/llms/llm-registry-sync.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) mode change 100644 => 100755 tools/data/llms/llm-registry-sync.sh diff --git a/tools/data/llms/llm-registry-sync.sh b/tools/data/llms/llm-registry-sync.sh old mode 100644 new mode 100755 index 72573872a..5141423fe --- a/tools/data/llms/llm-registry-sync.sh +++ b/tools/data/llms/llm-registry-sync.sh @@ -6,4 +6,7 @@ cd "$(dirname "$0")/../../.." # Run with npx tsx (will download on-demand if needed) # Uses npx cache, lightweight and no local install required -exec npx -y tsx tools/data/llms/llm-registry-sync.ts "$@" +npx -y tsx tools/data/llms/llm-registry-sync.ts "$@" + +# Then dump a fresh JSON snapshot next to the DB. +exec npx -y tsx tools/data/llms/llm-registry-sync.ts --export-db tools/data/llms/llm-registry.json