Skip to content

Commit 45d0970

Browse files
committed
test(anthropic): cover Sonnet 5 CLI allowlist
1 parent 7d82e5b commit 45d0970

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

extensions/anthropic/cli-migration.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)