Merge pull request #174 from gogoing1024/main

feat(registry): add kiro channel support for model definitions
This commit is contained in:
Luis Pater
2026-02-04 01:08:43 +08:00
committed by GitHub

View File

@@ -19,6 +19,7 @@ import (
// - codex
// - qwen
// - iflow
// - kiro
// - github-copilot
// - kiro
// - amazonq
@@ -42,6 +43,8 @@ func GetStaticModelDefinitionsByChannel(channel string) []*ModelInfo {
return GetQwenModels()
case "iflow":
return GetIFlowModels()
case "kiro":
return GetKiroModels()
case "github-copilot":
return GetGitHubCopilotModels()
case "kiro":