Upgrade OpenClaw to 2026.9.3 - #225
Merged
Merged
Conversation
Align installer, desktop, build and CI Node runtime gates with the upstream engine range. Update pinned MXC approval bundles and advertise approval delivery only while MXC is enabled. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Upgrade MicroClaw's managed OpenClaw from
2026.8.2to2026.9.3, including required Node runtime changes and Windows Node/MXC approval compatibility.Related Issue
N/A
Changes
2026.9.3; enforce>=24.16.0 <25 || >=26.1.0, recommend Node 26, and use26.1.0as the download fallback. Node 22 and 25 are no longer supported..mjsbundles and SHA-256 hashes, validating patch shapes before initialization without weakening fail-closed behavior.exec-approvalsonly with MXC enabled, fixing 9.3 approval requests expiring without delivery while preserving normal-mode behavior.Type of Change
Testing
cd desktop && npm run test)cd desktop/renderer && npm run test)cd desktop && npm run build)Targeted validation completed; full-suite and full-build boxes above are intentionally unchecked:
openclaw@2026.9.3in an isolated temporary prefix using Node24.18.0; both generated locked/active MXC configs passed upstream schema validation.health,agents.list,sessions.list,channels.status,node.listRPCs succeeded.exec.approval.requested, preserved executable path/hash, CWD, session and declared access, and successfully denied the request.Full packaged-app/MXC contained-command end-to-end execution was not rerun. Self-hosted CI needs supported Node. A pre-existing formatting discrepancy in
main.tswas left untouched.Checklist
The final checkbox refers to the targeted test selection described above.