feat: restore Linux Browser Use and upstream compatibility - #66
Merged
Conversation
cau1k
marked this pull request as ready for review
July 26, 2026 16:15
This was referenced Jul 26, 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
0.146.0-alpha.3.1, SHA-256 pinned)Root causes
.vite/build/bootstrap.jsentrypoint. Current main already preserves the upstream entrypoint; this adds the missing regression guard.Function.prototype.toString, breaking semantic RPC export discovery.appUpdates?.setSparkleQueryParams(). The Linux host exposedappUpdatesbut omitted that method, so optional chaining did not protect the call.Related PR review
0.144.1runtime pin is stale. This PR keeps the useful entrypoint regression and pins the exact current ChatGPT runtime instead.Validation
npm test— 120 Node tests + 58 Rust testscargo fmt --manifest-path native/chrome-extension-host/Cargo.toml -- --checkcargo clippy --locked --manifest-path native/chrome-extension-host/Cargo.toml --all-targets -- -D warnings26.721.41059build5848, package26.721.41059-launcher.35, 12/12 artifact/desktop/browser checks26.715.31251build5539, package26.715.31251-beta.5539.launcher.35, 12/12 checkscodex --version:codex-cli 0.146.0-alpha.3.1Scope
Linux x86-64 + stable Google Chrome. Browser Use only; Computer Use remains out of scope.
Closes #14
Closes #33
Closes #42
Closes #43
Closes #44
Closes #45
Closes #46
Closes #47
Closes #48
Closes #49
Closes #50
Closes #51
Closes #52
Closes #54
Closes #55
Closes #56
Closes #57
Closes #58
Closes #59
Closes #60
Closes #61
Closes #62
Closes #63
Closes #64
Closes #65