fix(iflow): add missing applyExcludedModels call for iflow provider

This commit is contained in:
Woohyun Rho
2026-01-11 03:01:50 +09:00
parent d829ac4cf7
commit 8f6740fcef

View File

@@ -769,6 +769,7 @@ func (s *Service) registerModelsForAuth(a *coreauth.Auth) {
models = applyExcludedModels(models, excluded)
case "iflow":
models = registry.GetIFlowModels()
models = applyExcludedModels(models, excluded)
case "github-copilot":
models = registry.GetGitHubCopilotModels()
models = applyExcludedModels(models, excluded)