mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 03:29:25 +01:00
Model downloads that fail (e.g., when Ollama is too old for a model) were silently retrying 40 times with no UI feedback. Now errors are broadcast via SSE and shown in the Active Model Downloads section. Version mismatch errors use UnrecoverableError to fail immediately instead of retrying. Stale failed jobs are cleared on retry so users aren't permanently blocked. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| useDebounce.ts | ||
| useDiskDisplayData.ts | ||
| useDownloads.ts | ||
| useEmbedJobs.ts | ||
| useErrorNotification.ts | ||
| useInternetStatus.ts | ||
| useMapRegionFiles.ts | ||
| useOllamaModelDownloads.ts | ||
| useServiceInstallationActivity.ts | ||
| useServiceInstalledStatus.tsx | ||
| useSystemInfo.ts | ||
| useSystemSetting.ts | ||
| useTheme.ts | ||
| useUpdateAvailable.ts | ||