tui: Generate screen — LoRA picker overlay #87
Labels
No labels
area:agents
area:ai
area:config
area:dashboard
area:design
area:design-review
area:devtools
area:entities
area:gallery
area:generate
area:image
area:infra
area:meta
area:model-browser
area:navigation
area:presets
area:security
area:sessions
area:settings
area:sharing
area:test
area:ux
area:webhook
area:workdir
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/loom#87
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User Story
As a loom-tui user, I want to press
ain the LoRA panel to open a searchable overlay listing all available LoRAs from the backend, so that I can browse, search, and add LoRAs to my generation without memorizing filenames.Context
The Generate screen LoRA panel (#21) supports add/remove/adjust operations, but
acurrently has no backend data source. This overlay connects toPluginBridgeto fetch the available LoRA list and renders a picker with preview images.Acceptance Criteria
Overlay
ain the LoRA panel opens a floating overlay listing all LoRAs from the active backendnucleo_matcherfrom command palette)ImageRenderer(if available from backend)Enteradds the selected LoRA to the Generate screen's LoRA list with default weight 1.0Esccloses without addingData
PluginBridge(cached per session, refreshable withCtrl+R)Tests
Out of Scope
References
ato add a LoRA opens LoRA browser overlay")src/screens/generate.rs(LoRA panel),src/components/palette.rs(fuzzy search pattern)