fix(plugin): suppress factory layer when disabling an overridden task plugin
Disabling a task plugin that has both a factory built-in and an override row only flipped the override flag, so the built-in kept routing the same models and same-name uploads (e.g. minimax-h3 vs MiniMax-H3) still hit a routing conflict. Now the key also enters the disabled-factory set and the list reports "disabled" instead of "disabled_fallback" when nothing serves.
Showing
Please
register
or
sign in
to comment