Merge pull request #16 from fuko2935/fix/remove-unstable-kiro-auto

fix(registry): remove unstable kiro-auto model
This commit is contained in:
Luis Pater
2025-12-10 00:23:31 +08:00
committed by GitHub
2 changed files with 0 additions and 13 deletions

View File

@@ -547,8 +547,6 @@ func kiroCredentials(auth *cliproxyauth.Auth) (accessToken, profileArn string) {
// Agentic variants (-agentic suffix) map to the same backend model IDs.
func (e *KiroExecutor) mapModelToKiro(model string) string {
modelMap := map[string]string{
// Proxy format (kiro- prefix)
"kiro-auto": "auto",
"kiro-claude-opus-4.5": "claude-opus-4.5",
"kiro-claude-sonnet-4.5": "claude-sonnet-4.5",
"kiro-claude-sonnet-4": "claude-sonnet-4",