Merge pull request #82 from FakerL/feat/kiro-oauth-model-mappings

feat(kiro): add OAuth model name mappings support for Kiro
This commit is contained in:
Luis Pater
2026-01-10 05:43:16 +08:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -165,6 +165,8 @@ func OAuthModelMappingChannel(provider, authKind string) string {
return "codex"
case "gemini-cli", "aistudio", "antigravity", "qwen", "iflow":
return provider
case "kiro":
return provider
default:
return ""
}