diff --git a/extensions/anthropic/cli-migration.test.ts b/extensions/anthropic/cli-migration.test.ts index a6997bf4cb8..53da8811317 100644 --- a/extensions/anthropic/cli-migration.test.ts +++ b/extensions/anthropic/cli-migration.test.ts @@ -167,6 +167,7 @@ describe("anthropic cli migration", () => { agentRuntime: { id: "claude-cli" }, }, "anthropic/claude-opus-4-8": { agentRuntime: { id: "claude-cli" } }, + "anthropic/claude-sonnet-5": { agentRuntime: { id: "claude-cli" } }, "anthropic/claude-sonnet-4-6": { agentRuntime: { id: "claude-cli" } }, "anthropic/claude-opus-4-6": { alias: "Opus", @@ -259,6 +260,7 @@ describe("anthropic cli migration", () => { models: { "openai/gpt-5.2": {}, "anthropic/claude-opus-4-8": { agentRuntime: { id: "claude-cli" } }, + "anthropic/claude-sonnet-5": { agentRuntime: { id: "claude-cli" } }, "anthropic/claude-opus-4-7": { agentRuntime: { id: "claude-cli" } }, "anthropic/claude-sonnet-4-6": { agentRuntime: { id: "claude-cli" } }, "anthropic/claude-opus-4-6": { agentRuntime: { id: "claude-cli" } }, @@ -303,6 +305,7 @@ describe("anthropic cli migration", () => { model: { primary: "anthropic/claude-opus-4-7" }, models: { "anthropic/claude-opus-4-8": { agentRuntime: { id: "claude-cli" } }, + "anthropic/claude-sonnet-5": { agentRuntime: { id: "claude-cli" } }, "anthropic/claude-opus-4-7": { agentRuntime: { id: "claude-cli" } }, "anthropic/claude-sonnet-4-6": { agentRuntime: { id: "claude-cli" } }, "anthropic/claude-opus-4-6": { agentRuntime: { id: "claude-cli" } },