@@ -167,6 +167,7 @@ describe("anthropic cli migration", () => {
167167 agentRuntime : { id : "claude-cli" } ,
168168 } ,
169169 "anthropic/claude-opus-4-8" : { agentRuntime : { id : "claude-cli" } } ,
170+ "anthropic/claude-sonnet-5" : { agentRuntime : { id : "claude-cli" } } ,
170171 "anthropic/claude-sonnet-4-6" : { agentRuntime : { id : "claude-cli" } } ,
171172 "anthropic/claude-opus-4-6" : {
172173 alias : "Opus" ,
@@ -259,6 +260,7 @@ describe("anthropic cli migration", () => {
259260 models : {
260261 "openai/gpt-5.2" : { } ,
261262 "anthropic/claude-opus-4-8" : { agentRuntime : { id : "claude-cli" } } ,
263+ "anthropic/claude-sonnet-5" : { agentRuntime : { id : "claude-cli" } } ,
262264 "anthropic/claude-opus-4-7" : { agentRuntime : { id : "claude-cli" } } ,
263265 "anthropic/claude-sonnet-4-6" : { agentRuntime : { id : "claude-cli" } } ,
264266 "anthropic/claude-opus-4-6" : { agentRuntime : { id : "claude-cli" } } ,
@@ -303,6 +305,7 @@ describe("anthropic cli migration", () => {
303305 model : { primary : "anthropic/claude-opus-4-7" } ,
304306 models : {
305307 "anthropic/claude-opus-4-8" : { agentRuntime : { id : "claude-cli" } } ,
308+ "anthropic/claude-sonnet-5" : { agentRuntime : { id : "claude-cli" } } ,
306309 "anthropic/claude-opus-4-7" : { agentRuntime : { id : "claude-cli" } } ,
307310 "anthropic/claude-sonnet-4-6" : { agentRuntime : { id : "claude-cli" } } ,
308311 "anthropic/claude-opus-4-6" : { agentRuntime : { id : "claude-cli" } } ,
0 commit comments