chore(cli): change default model to anthropic/claude-opus-4.5 (#10544)

This commit is contained in:
Matt Rubens 2026-01-08 18:01:15 -05:00 committed by GitHub
parent eb7d8f4f2c
commit caa37792ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ import { getEnvVarName, getApiKeyFromEnv, getDefaultExtensionPath } from "./util
const DEFAULTS = {
mode: "code",
reasoningEffort: "medium" as const,
model: "anthropic/claude-sonnet-4.5",
model: "anthropic/claude-opus-4.5",
}
const REASONING_EFFORTS = [...reasoningEffortsExtended, "unspecified", "disabled"]