Skip to content

Commit caa3779

Browse files
authored
chore(cli): change default model to anthropic/claude-opus-4.5 (#10544)
1 parent eb7d8f4 commit caa3779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { getEnvVarName, getApiKeyFromEnv, getDefaultExtensionPath } from "./util
2121
const DEFAULTS = {
2222
mode: "code",
2323
reasoningEffort: "medium" as const,
24-
model: "anthropic/claude-sonnet-4.5",
24+
model: "anthropic/claude-opus-4.5",
2525
}
2626

2727
const REASONING_EFFORTS = [...reasoningEffortsExtended, "unspecified", "disabled"]

0 commit comments

Comments
 (0)