fix: carry 2026.7.1 stability repairs into main#101043
Merged
Merged
Conversation
Member
Author
|
Land-ready verification completed for exact PR head
Known gap: no additional live Telegram or full Parallels VM matrix was repeated for this forward-port; the exact release commits and their focused regression suites are unchanged. |
vincentkoc
marked this pull request as ready for review
July 6, 2026 17:17
Member
Author
|
Merged via squash.
|
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jul 7, 2026
* fix(telegram): throttle reconnect delivery drains (cherry picked from commit 7182c74) * fix(agents): honor aborts during session lock acquisition (cherry picked from commit 6443c2a) * fix(cli): prefer installed launcher package roots (cherry picked from commit 37e1b32) * fix(e2e): allow Linux onboarding to finish (cherry picked from commit 8819255) * fix(e2e): scrub single-plugin allowlists on Windows (cherry picked from commit bee5dee) * fix(e2e): preserve Windows config shape during updates (cherry picked from commit a580a7f)
giodl73-repo
pushed a commit
to giodl73-repo/openclaw
that referenced
this pull request
Jul 8, 2026
* fix(telegram): throttle reconnect delivery drains (cherry picked from commit 7182c74) * fix(agents): honor aborts during session lock acquisition (cherry picked from commit 6443c2a) * fix(cli): prefer installed launcher package roots (cherry picked from commit 37e1b32) * fix(e2e): allow Linux onboarding to finish (cherry picked from commit 8819255) * fix(e2e): scrub single-plugin allowlists on Windows (cherry picked from commit bee5dee) * fix(e2e): preserve Windows config shape during updates (cherry picked from commit a580a7f)
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.
What Problem This Solves
Fixes an issue where reliability repairs proven during the v2026.7.1 release train existed only on the release branch, so later releases cut from
maincould regress Telegram delivery, aborted agent runs, installed CLI launchers, and Parallels update validation.Why This Change Was Made
Forward-ports the six release fixes that remain applicable to
mainas exact cherry-picks, while excluding release-only version/changelog commits and fixes already superseded onmain.The changes:
User Impact
Telegram reconnects no longer monopolize delivery, cancelled runs stop while waiting for a session lock, installed launchers resolve their own package correctly, and the Linux/Windows Parallels release lanes validate realistic upgrades without fixture-induced failures.
Evidence
OPENCLAW_TESTBOX=1 pnpm check:changedequivalent on Blacksmith Testboxtbx_01kww6211wc06mve8h0gwb4k9m: passed all selected typecheck, lint, boundary, import-cycle, database-first, and runtime guards.origin/main: no actionable findings.git diff --check: clean.AI-assisted: yes. The maintainer reviewed the selected release commits and the branch was validated against current
main.