@@ -71,7 +71,7 @@ start_openclaw_gateway
|
71 | 71 | wait_for_gateway |
72 | 72 | /opt/homebrew/bin/openclaw models set ${shellQuote(input.auth.modelId)} |
73 | 73 | /opt/homebrew/bin/openclaw config set agents.defaults.skipBootstrap true --strict-json |
74 | | -/opt/homebrew/bin/openclaw config set tools.profile '"minimal"' --strict-json |
| 74 | +/opt/homebrew/bin/openclaw config set tools.profile minimal |
75 | 75 | ${posixAgentWorkspaceScript("Parallels npm update smoke test assistant.")} |
76 | 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`; |
77 | 77 | } |
@@ -142,7 +142,7 @@ if ($LASTEXITCODE -ne 0) {
|
142 | 142 | Wait-OpenClawGateway |
143 | 143 | Invoke-OpenClaw models set ${psSingleQuote(input.auth.modelId)} |
144 | 144 | Invoke-OpenClaw config set agents.defaults.skipBootstrap true --strict-json |
145 | | -Invoke-OpenClaw config set tools.profile '"minimal"' --strict-json |
| 145 | +Invoke-OpenClaw config set tools.profile minimal |
146 | 146 | ${windowsAgentWorkspaceScript("Parallels npm update smoke test assistant.")} |
147 | 147 | Set-Item -Path ('Env:' + ${psSingleQuote(input.auth.apiKeyEnv)}) -Value ${psSingleQuote(input.auth.apiKeyValue)} |
148 | 148 | Invoke-OpenClaw agent --local --agent main --session-id parallels-npm-update-windows --message 'Reply with exact ASCII text OK only.' --thinking minimal --json`; |
@@ -205,7 +205,7 @@ start_openclaw_gateway
|
205 | 205 | wait_for_gateway |
206 | 206 | openclaw models set ${shellQuote(input.auth.modelId)} |
207 | 207 | openclaw config set agents.defaults.skipBootstrap true --strict-json |
208 | | -openclaw config set tools.profile '"minimal"' --strict-json |
| 208 | +openclaw config set tools.profile minimal |
209 | 209 | ${posixAgentWorkspaceScript("Parallels npm update smoke test assistant.")} |
210 | 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`; |
211 | 211 | } |
|