test: clear Windows Parallels smoke sessions · openclaw/openclaw@39ab114
steipete
·
2026-05-01
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -157,6 +157,8 @@ $config.models.providers | Add-Member -Force -MemberType NoteProperty -Name open
|
157 | 157 | timeoutSeconds = 300 |
158 | 158 | }) |
159 | 159 | $config | ConvertTo-Json -Depth 100 | Set-Content -Path $configPath -Encoding utf8 |
| 160 | +$sessionPath = Join-Path $env:USERPROFILE '.openclaw\\agents\\main\\sessions\\parallels-npm-update-windows.jsonl' |
| 161 | +Remove-Item $sessionPath -Force -ErrorAction SilentlyContinue |
160 | 162 | ${windowsAgentWorkspaceScript("Parallels npm update smoke test assistant.")} |
161 | 163 | Set-Item -Path ('Env:' + ${psSingleQuote(input.auth.apiKeyEnv)}) -Value ${psSingleQuote(input.auth.apiKeyValue)} |
162 | 164 | Invoke-OpenClaw agent --local --agent main --session-id parallels-npm-update-windows --message 'Reply with exact ASCII text OK only.' --thinking minimal --json`; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。