From 041ffbf2b55a6b215fc74b3d2113c50ceac24835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B3=BD=E6=B7=BC=20=E5=91=A8?= Date: Thu, 5 Mar 2026 18:11:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=20Claude=20Sonnet=20?= =?UTF-8?q?4.6=20=E5=92=8C=20Opus=204.6=20=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- claude_converter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/claude_converter.py b/claude_converter.py index cb94719..92332be 100644 --- a/claude_converter.py +++ b/claude_converter.py @@ -115,7 +115,7 @@ def map_model_name(claude_model: str) -> str: DEFAULT_MODEL = "claude-sonnet-4.5" # Available models in the service (with KIRO_CLI origin) - VALID_MODELS = {"auto", "claude-sonnet-4", "claude-sonnet-4.5", "claude-haiku-4.5", "claude-opus-4.5"} + VALID_MODELS = {"auto", "claude-sonnet-4", "claude-sonnet-4.5", "claude-haiku-4.5", "claude-opus-4.5", "claude-sonnet-4.6", "claude-opus-4.6"} # Mapping from canonical names to short names CANONICAL_TO_SHORT = {