Uh oh!
There was an error while loading. Please reload this page.
feat(browser): add experimental desktop browser - #39270
Closed
Hona wants to merge 1 commit into
Closed
Conversation
Honaforce-pushed
the
browser-server
branch
2 times, most recently
from
July 29, 2026 05:50
78797fb to
6f8b62bCompare
This was referenced Jul 29, 2026
1 task
ItsWendell
commented
Aug 23, 2026
Contributor
This looks close to the client-hosted tool support I need for a custom desktop client. The ownership model is similar: OpenCode manages the tool definitions, permissions, and Session state, while the connected desktop client runs operations that depend on its local browser or native APIs. Do you expect I opened #44431 for the broader question. I mainly want to avoid building a separate bridge if this is already the intended V2 direction. |
This was referenced Aug 25, 2026
Hona
commented
Aug 25, 2026
MemberAuthor
Superseded by #44838, a fresh standalone pull request targeting v2 without stack metadata. |
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 freeto 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.
Issue for this PR
Related #44431. Consolidates #39277 and #39278.
Type of change
What does this PR do?
Adds an on-demand, opt-out Desktop browser and public Node host SDK. Browser control and authenticated remote TCP tunneling use
/api/experimental/browser/controland/api/experimental/browser/tunnel. Existing session hooks control tool visibility; explicit browser approvals, isolated Electron permissions, typed Desktop RPC, and lazy Chromium attachment keep ownership and lifecycle contained.How did you verify your code works?
Screenshots / recordings
Browser pane includes localized navigation controls, address input, loading/error states, and native rounded corners.
Checklist