From 45d0970a7de3aa114dbc185253383a901e9911c4 Mon Sep 17 00:00:00 2001 From: Vincent Koc <25068+vincentkoc@users.noreply.github.com> Date: Wed, 8 Jul 2026 14:48:34 -0700 Subject: [PATCH] test(anthropic): cover Sonnet 5 CLI allowlist --- extensions/anthropic/cli-migration.test.ts | 3 +++ 1 file changed, 3 insertions(+) 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" } },