fix: add CLAUDE_CODE_EFFORT_LEVEL=high to Windows PS1 scripts
Without this env var, CLI defaults to medium effort. Linux updater already sets it via /etc/environment, but PS1 scripts were missing it. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -150,6 +150,7 @@ $envVars = @{
|
||||
"DISABLE_TELEMETRY" = "1"
|
||||
"DISABLE_ERROR_REPORTING" = "1"
|
||||
"DISABLE_AUTOUPDATER" = "1"
|
||||
"CLAUDE_CODE_EFFORT_LEVEL" = "high"
|
||||
}
|
||||
|
||||
foreach ($k in $envVars.Keys) {
|
||||
|
||||
@@ -72,6 +72,7 @@ $envVars = @{
|
||||
"DISABLE_TELEMETRY" = "1"
|
||||
"DISABLE_ERROR_REPORTING" = "1"
|
||||
"DISABLE_AUTOUPDATER" = "1"
|
||||
"CLAUDE_CODE_EFFORT_LEVEL" = "high"
|
||||
}
|
||||
|
||||
foreach ($k in $envVars.Keys) {
|
||||
|
||||
Reference in New Issue
Block a user