Revert PR 82472: Fix bundled channel dist-runtime setup roots#82612
Merged
giodl73-repo merged 1 commit intoMay 16, 2026
Merged
Conversation
62c2f37 to
e38898d
Compare
This reverts commit 1bd10cf. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
e38898d to
0892099
Compare
galiniliev
pushed a commit
to galiniliev/openclaw
that referenced
this pull request
May 20, 2026
This reverts commit 1bd10cf. Co-authored-by: Gio Della-Libera <giodl@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
SebTardif
pushed a commit
to SebTardif/openclaw
that referenced
this pull request
May 24, 2026
This reverts commit 1bd10cf. Co-authored-by: Gio Della-Libera <giodl@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
SebTardif
pushed a commit
to SebTardif/openclaw
that referenced
this pull request
May 24, 2026
This reverts commit 1bd10cf. Co-authored-by: Gio Della-Libera <giodl@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
SebTardif
pushed a commit
to SebTardif/openclaw
that referenced
this pull request
May 24, 2026
This reverts commit 1bd10cf. Co-authored-by: Gio Della-Libera <giodl@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
May 24, 2026
This reverts commit 635faaa. Co-authored-by: Gio Della-Libera <giodl@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
galiniliev
pushed a commit
to galiniliev/openclaw
that referenced
this pull request
May 25, 2026
This reverts commit 1bd10cf. Co-authored-by: Gio Della-Libera <giodl@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
SebTardif
pushed a commit
to SebTardif/openclaw
that referenced
this pull request
May 26, 2026
This reverts commit 1bd10cf. Co-authored-by: Gio Della-Libera <giodl@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
SebTardif
pushed a commit
to SebTardif/openclaw
that referenced
this pull request
May 26, 2026
This reverts commit 1bd10cf. Co-authored-by: Gio Della-Libera <giodl@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
SebTardif
pushed a commit
to SebTardif/openclaw
that referenced
this pull request
May 26, 2026
This reverts commit 1bd10cf. Co-authored-by: Gio Della-Libera <giodl@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
qiaokuan1992
pushed a commit
to qiaokuan1992/openclaw
that referenced
this pull request
Jun 2, 2026
This reverts commit 1bd10cf. Co-authored-by: Gio Della-Libera <giodl@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jameslcowan
pushed a commit
to jameslcowan/openclaw
that referenced
this pull request
Jun 2, 2026
This reverts commit d9c6f78. Co-authored-by: Gio Della-Libera <giodl@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
SYU8384
pushed a commit
to SYU8384/openclaw
that referenced
this pull request
Jun 3, 2026
This reverts commit 1bd10cf. Co-authored-by: Gio Della-Libera <giodl@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
sablehead
pushed a commit
to sablehead/openclaw
that referenced
this pull request
Jun 10, 2026
This reverts commit be11600. Co-authored-by: Gio Della-Libera <giodl@microsoft.com> Co-authored-by: Copilot <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.
Summary
Real behavior proof
Behavior or issue addressed: The revert PR is updated against current remote main and no longer reintroduces the gateway expectation that CI showed is incorrect on the current code path.
Real environment tested: Local OpenClaw checkout at C:\src\openclaw-stack with GitHub CLI authenticated as giodl73-repo, targeting openclaw/openclaw PR #82612.
Exact steps or command run after this patch: After amending the revert, I ran git diff --check origin/main...HEAD, git push fork HEAD:refs/heads/revert-82472-red-main-20260516-0642 --force-with-lease, and gh api repos/openclaw/openclaw/pulls/82612 to verify the remote PR head/base and mergeability.
Evidence after fix: Terminal output captured after the push showed base 6a65ea8, head 0892099, mergeable true, mergeable_state unstable, git diff --check origin/main...HEAD produced no output, and git diff --name-only origin/main...HEAD listed: src/auto-reply/reply/session.test.ts; src/channels/plugins/bundled.shape-guard.test.ts; src/channels/plugins/bundled.ts; src/commands/doctor-heartbeat-session-target.test.ts; src/plugins/bundled-plugin-metadata.test.ts; src/plugins/bundled-plugin-metadata.ts.
Observed result after fix: GitHub reports PR #82612 head 0892099 based on current base 6a65ea8 with mergeable true; the current diff no longer includes src/gateway/server.sessions.create.test.ts, removing the failing assertion from the PR.
What was not tested: Local Vitest execution on Windows did not start because scripts/run-vitest.mjs hit spawn EPERM; CI remains the runtime test source of truth for the branch.
Validation