


























@@ -71,8 +71,9 @@ start_openclaw_gateway
7171wait_for_gateway
7272/opt/homebrew/bin/openclaw models set ${shellQuote(input.auth.modelId)}
7373/opt/homebrew/bin/openclaw config set agents.defaults.skipBootstrap true --strict-json
74+/opt/homebrew/bin/openclaw config set tools.profile '"minimal"' --strict-json
7475${posixAgentWorkspaceScript("Parallels npm update smoke test assistant.")}
75-${input.auth.apiKeyEnv}=${shellQuote(input.auth.apiKeyValue)} /opt/homebrew/bin/openclaw agent --local --agent main --session-id parallels-npm-update-macos --message 'Reply with exact ASCII text OK only.' --timeout 0 --json`;
76+${input.auth.apiKeyEnv}=${shellQuote(input.auth.apiKeyValue)} /opt/homebrew/bin/openclaw agent --local --agent main --session-id parallels-npm-update-macos --message 'Reply with exact ASCII text OK only.' --thinking minimal --json`;
7677}
77787879export function windowsUpdateScript(input: NpmUpdateScriptInput): string {
@@ -141,9 +142,10 @@ if ($LASTEXITCODE -ne 0) {
141142Wait-OpenClawGateway
142143Invoke-OpenClaw models set ${psSingleQuote(input.auth.modelId)}
143144Invoke-OpenClaw config set agents.defaults.skipBootstrap true --strict-json
145+Invoke-OpenClaw config set tools.profile '"minimal"' --strict-json
144146${windowsAgentWorkspaceScript("Parallels npm update smoke test assistant.")}
145147Set-Item -Path ('Env:' + ${psSingleQuote(input.auth.apiKeyEnv)}) -Value ${psSingleQuote(input.auth.apiKeyValue)}
146-Invoke-OpenClaw agent --local --agent main --session-id parallels-npm-update-windows --message 'Reply with exact ASCII text OK only.' --timeout 0 --json`;
148+Invoke-OpenClaw agent --local --agent main --session-id parallels-npm-update-windows --message 'Reply with exact ASCII text OK only.' --thinking minimal --json`;
147149}
148150149151export function linuxUpdateScript(input: NpmUpdateScriptInput): string {
@@ -203,8 +205,9 @@ start_openclaw_gateway
203205wait_for_gateway
204206openclaw models set ${shellQuote(input.auth.modelId)}
205207openclaw config set agents.defaults.skipBootstrap true --strict-json
208+openclaw config set tools.profile '"minimal"' --strict-json
206209${posixAgentWorkspaceScript("Parallels npm update smoke test assistant.")}
207-${input.auth.apiKeyEnv}=${shellQuote(input.auth.apiKeyValue)} openclaw agent --local --agent main --session-id parallels-npm-update-linux --message 'Reply with exact ASCII text OK only.' --timeout 0 --json`;
210+${input.auth.apiKeyEnv}=${shellQuote(input.auth.apiKeyValue)} openclaw agent --local --agent main --session-id parallels-npm-update-linux --message 'Reply with exact ASCII text OK only.' --thinking minimal --json`;
208211}
209212210213function posixVersionCheck(command: string, expectedNeedle: string): string {
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。