fix(installer-ps1): downgrade fallback msg to Write-Warning per critic

This commit is contained in:
delta-cloud-208e
2026-04-25 05:49:24 +00:00
parent 136f60351c
commit e982413591

View File

@@ -152,7 +152,7 @@ try {
Write-Host " Models list fetched from config repo ($($cfgJson.models.Count) models)" -ForegroundColor Green
}
} catch {
Write-Host " Could not fetch latest models — using fallback list" -ForegroundColor Yellow
Write-Warning "Config fetch failed; using fallback model list. Run uclaude_updater.py later to refresh."
}
# IMPORTANT: only ANTHROPIC_AUTH_TOKEN is set. Setting both AUTH_TOKEN and