diff --git a/internal/registry/model_definitions.go b/internal/registry/model_definitions.go index 954ecc7f..c9af3d4f 100644 --- a/internal/registry/model_definitions.go +++ b/internal/registry/model_definitions.go @@ -19,6 +19,7 @@ import ( // - codex // - qwen // - iflow +// - kiro // - github-copilot // - antigravity (returns static overrides only) func GetStaticModelDefinitionsByChannel(channel string) []*ModelInfo { @@ -40,6 +41,8 @@ func GetStaticModelDefinitionsByChannel(channel string) []*ModelInfo { return GetQwenModels() case "iflow": return GetIFlowModels() + case "kiro": + return GetKiroModels() case "github-copilot": return GetGitHubCopilotModels() case "antigravity":