We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7d8f4 commit caa3779Copy full SHA for caa3779
1 file changed
apps/cli/src/index.ts
@@ -21,7 +21,7 @@ import { getEnvVarName, getApiKeyFromEnv, getDefaultExtensionPath } from "./util
21
const DEFAULTS = {
22
mode: "code",
23
reasoningEffort: "medium" as const,
24
- model: "anthropic/claude-sonnet-4.5",
+ model: "anthropic/claude-opus-4.5",
25
}
26
27
const REASONING_EFFORTS = [...reasoningEffortsExtended, "unspecified", "disabled"]
0 commit comments