From 0cc01d1da0a629e104202053feb0bb0db91d578d Mon Sep 17 00:00:00 2001 From: historia Date: Tue, 25 Aug 2026 03:42:28 -0400 Subject: feat(tui): simultaneous build and model download --- app/ui/hub.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/ui/hub.py') diff --git a/app/ui/hub.py b/app/ui/hub.py index 247dd49..6862b0a 100644 --- a/app/ui/hub.py +++ b/app/ui/hub.py @@ -150,7 +150,10 @@ class _Hub: populated from the detected statuses: configure each installed backend, install (backends with nothing on disk), and uninstall. Selecting one pushes the next screen; Esc pops back to the main - menu. + menu. The Build action downloads any missing models alongside the + build (a split view), so it heals a configured-but-unbuilt backend + in one step; Download Missing Models stays as the fallback for when + a download fails or is interrupted. """ while True: statuses = detect_all() -- cgit v1.2.3