fix: add fallback resolution warnings for unavailable models

This commit is contained in:
YeonGyu-Kim
2026-02-17 10:29:48 +09:00
parent 6abe98fb4c
commit fcf3adf43a
3 changed files with 146 additions and 11 deletions
+1
View File
@@ -69,6 +69,7 @@ export function fuzzyMatchModel(
log("[fuzzyMatchModel] substring matches", { targetNormalized, matchCount: matches.length, matches })
if (matches.length === 0) {
log("[fuzzyMatchModel] WARNING: no match found", { target, availableCount: available.size, providers })
return null
}