feat(tui): Model browser — Hugging Face integration #72
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!72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "tui/model-hf-33"
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 #71. Closes charles/loom#33.
ModelSource::plugin_id()—civitai/huggingface/local; glue PR routessearch_modelsto the right Lua pluginSourceConfig { api_token, missing_auth_hint }— HF defaults to a missing-token hint; glue PR pulls the token fromAppSettings1 new test, 96 total.
Extends ModelSource with plugin_id() that the glue PR uses to route search_models calls to the right Lua plugin ("civitai" / "huggingface" / "local"), and introduces SourceConfig with api_token + missing_auth_hint. The HF source defaults to a hint nudging users toward the Settings → Sharing HF token field for private repos. Closes charles/loom#33 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>