task_plugin_test.go
48.1 KB
-
fix(plugin): suppress factory layer when disabling an overridden task plugin · 6298b0f3
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.
CaIon committed