tui: prompt enhancement & tag generation AI jobs #26
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#26
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 user writing prompts, I want one-key shortcuts to enhance a prompt with an LLM or auto-generate tags from the current init image, so that I can iterate faster and get better results.
Acceptance criteria
Prompt enhancement (
Ctrl+E)loom-core::AiJobWorker::enhance_prompt(current_prompt)using the Ollama or Claude Code plugin configured under Settings → AI Featuresprompt_enhancement_mode = replace | appendTag generation (
Ctrl+T)Plumbing
generate.enhance_prompt,generate.generate_tags)KeyMapoverrides from the keybinds systemAiJobHandleat a time on the Generate screen; second-trigger while one is running shows "AI job already running" notificationTests
Out of scope
References