feat(desktop): dock the built-in browser beside chat - #111
Merged
Merged
Conversation
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 this changes
The macOS built-in browser opens in a resizable panel beside the conversation. Its chrome has a page-title pill, a separate rounded address row, matching SVG navigation icons and subtle loading feedback. It follows the app's active theme and language.
The expand control gives the browser the full window and restores the previous split width. Closing the browser restores the conversation without losing its draft. The original native browser ownership, document bindings, profile and restart fences remain in place. WebView-scoped permissions keep the remote page separate from app controls; the appearance reader is available only to the bundled toolbar.
Closes #110.
Light-theme screenshot
Why
A separate browser window interrupts supervision of the conversation. The integrated panel keeps the page alongside chat, with familiar browser navigation and a visual hierarchy based on the supplied Codex reference.
Verification
npm run verifypassed.Local ad-hoc validation only; no production installation, notarization or release publication.
npm run verifypasses, or I have said below which gate fails and why.