fix: bound dev update cleanup

This commit is contained in:
Peter Steinberger
2026-04-26 12:39:38 +01:00
parent ddc2036956
commit 73affb491a
4 changed files with 114 additions and 13 deletions

View File

@@ -1149,6 +1149,7 @@ run_dev_channel_update() {
rm -rf $(shell_quote "$update_root")
export PATH=$(shell_quote "$bootstrap_bin:$GUEST_EXEC_PATH")
/usr/bin/env NODE_OPTIONS=--max-old-space-size=4096 \
OPENCLAW_DISABLE_BUNDLED_PLUGINS=1 \
$GUEST_NODE_BIN $GUEST_OPENCLAW_ENTRY update --channel dev --yes --json
EOF
)" "$update_log" "$update_done" "$TIMEOUT_UPDATE_DEV_S" "$update_runner"

View File

@@ -2398,8 +2398,9 @@ New-Item -ItemType Directory -Path $stateDir -Force | Out-Null
Remove-Item (Join-Path $workspace 'BOOTSTRAP.md') -Force -ErrorAction SilentlyContinue
EOF
)"
stop_gateway
guest_run_openclaw "$API_KEY_ENV" "$API_KEY_VALUE" \
agent --agent main --session-id parallels-windows-smoke --message "Reply with exact ASCII text OK only." --json
agent --local --agent main --session-id parallels-windows-smoke --message "Reply with exact ASCII text OK only." --json
}
capture_latest_ref_failure() {