feat(tui): Model browser — Local tab #73

Merged
charles merged 1 commit from tui/model-local-34 into main 2026-04-11 20:43:08 +00:00
Owner

Stacks on #72. Closes charles/loom#34.

ResultCard grows local_path / file_size / last_used so Local-tab rows can carry the extra metadata. ResultCard gains a Default derive so call sites can spread ..ResultCard::default() instead of repeating every field. 96 tests, all passing.

Stacks on #72. Closes charles/loom#34. `ResultCard` grows `local_path` / `file_size` / `last_used` so Local-tab rows can carry the extra metadata. `ResultCard` gains a `Default` derive so call sites can spread `..ResultCard::default()` instead of repeating every field. 96 tests, all passing.
Grows ResultCard with local_path / file_size / last_used so Local-tab
rows can carry the extra metadata populated from
PluginBridge::list_models() / list_loras() by the glue PR.
ResultCard gains a Default derive; existing call sites switch to
..ResultCard::default() spread.

Closes charles/loom#34

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
charles changed target branch from tui/model-hf-33 to main 2026-04-11 20:43:07 +00:00
charles deleted branch tui/model-local-34 2026-04-11 20:43:09 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
charles/loom!73
No description provided.