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:
delta-cloud-208e
2026-03-23 08:59:43 +00:00
parent 2445932709
commit c9fd4463c5
2 changed files with 2 additions and 0 deletions

View File

@@ -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) {

View File

@@ -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) {