fix: preserve four deployment-required compatibility fixes - #80335
Open
Ramadas108 wants to merge 4 commits into
Open
fix: preserve four deployment-required compatibility fixes#80335Ramadas108 wants to merge 4 commits into
Ramadas108 wants to merge 4 commits into
Conversation
Collaborator
This was referenced Aug 6, 2026
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
This compatibility branch preserves four narrowly scoped fixes that were required
by the operator's current Hermes deployment and were not found as exact existing
upstream PRs during the read-only search.
The branch is based on official
mainat863e31318553cda8ad61df681d08175364d4164band contains exactly four commitsover that pinned base. The fork's unrelated
mainbranch was deliberately notoverwritten.
Included patches
fix(minimax): preserve auxiliary OAuth routingtests/agent/test_auxiliary_minimax_oauth.py.fix(browser): create CDP targets in backgroundtests/tools/test_browser_background_tab.py.fix(cli): prevent history navigation from triggering auto_up/auto_downtests/cli/test_arrow_navigation_history_guard.py.fix(api): remove empty sessions created by failed API requeststests/gateway/test_api_server_failure_session_cleanup.py.Validation
Focused regression tests were executed on the current branch with the isolated
Python 3.12 environment:
23 passed, 4 warningsScope exclusions
This PR does not include host-specific SQLite deployment, systemd, credential,
release-pointer, or updater changes. Those remain deployment-layer concerns.