feat(loops): filterable model select in loop modals #176
No reviewers
Labels
No labels
backend
bug
chore
duplication
effort:complex
effort:medium
effort:trivial
enhancement
frontend
fullstack
priority:high
ready-for-agent
refactor
security
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dries/ocman!176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/loop-model-select"
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?
The model field in the loop create/edit modals was a plain free-text input. This makes it a filter-as-you-type select.
Changes
ModelSelectcomponent: a text input backed by a native<datalist>populated fromapi.models()(project-scoped viadirectory). Type-to-filter dropdown of previously-usedprovider/modelvalues; free-text entry still works for models not in history.LoopCreateModalandLoopEditModal.Notes
ModelPicker(needs a live-session provider catalog the modals don't have). The datalist gives type-to-filter + keeps free-text. Add the rich picker later if loops need the full live catalog instead of usage history.Tests
pnpm exec tsc -b,pnpm lint, and the loop test suites pass.Coverage ratchet: ✅ pass
Tolerance: -0.1%. Baseline stored on
gh-pages.