feat(tui): prompt enhancement & tag generation — facade #65
No reviewers
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!65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "tui/ai-jobs-26"
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?
Stacks on #64. Closes charles/loom#26. Completes Phase 3 of the loom-tui roadmap.
ai::AiJobenum (PromptEnhance / TagGenerate / EntityDescribe / FaceDetect / DefectDetect / RegionAnalyze) with.label()ai::AiJobTracker— one in flight per kind,start/finish/is_active/any_activeapply_prompt_enhance(target, output, Replace|Append)— Replace clears, Append respects word boundariesapply_tag_generation(prompt, new_tags)— case-insensitive dedupe, preserves existing token orderTests (3 new, 81 total)
redand adds newyellow/purpleOut of scope
PluginBridge::enhance_prompt/generate_tags/ etc. calls — routed from screens in the glue PR that threadsArc<PluginBridge>throughAppCtx. This module provides the state machine and result-application helpers those calls feed into