feat(desktop): add embedded browser panel with annotation support - #7017
Open
myipanta wants to merge 1 commit into
Open
feat(desktop): add embedded browser panel with annotation support#7017myipanta wants to merge 1 commit into
myipanta wants to merge 1 commit into
Conversation
myipanta
force-pushed
the
feature/browser-panel
branch
from
July 28, 2026 13:12
a7f25a2 to
e86321e
Compare
Contributor
Author
Contributor
Author
myipanta
force-pushed
the
feature/browser-panel
branch
2 times, most recently
from
July 28, 2026 13:48
f18d15b to
61a4052
Compare
Contributor
Author
myipanta
force-pushed
the
feature/browser-panel
branch
3 times, most recently
from
July 28, 2026 14:54
daa7d55 to
14a1c63
Compare
- Add BrowserPanel component with cross-platform embed_browser backend - Support browser annotation with selection-based context transfer - Add browser URL validation and security checks - Wire up Composer to receive browser-annotation image data - Add i18n strings for browser panel (en, zh, zh-TW) - Fix z-index token compliance in browser-panel CSS - Fix sha256 type mismatch (Blob vs string) in Composer - Update platformEmbedSetPickMode signature to accept accent colors - Move emitEmbedBrowserState/Pick to darwin-only file (fix lint) - Remove unused browser.emptyHint i18n string New files: - desktop/embed_browser*.go — cross-platform embedded browser backend - desktop/frontend/src/components/BrowserPanel.tsx - desktop/frontend/src/lib/browserAnnotation.ts - desktop/frontend/src/lib/browserUrl.ts - desktop/frontend/src/__tests__/browser-annotation.test.ts Co-authored-by: Cursor <cursoragent@cursor.com>
myipanta
force-pushed
the
feature/browser-panel
branch
from
July 29, 2026 05:54
243b008 to
c40aeef
Compare
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.




New files:
Summary
Add an embedded browser panel to the desktop client with annotation support.
Changes
Build fixes included
Fix z-index token compliance in
styles.cssFix
sha256type mismatch inComposer.tsxVerification
Cache impact
Cache-impact: none — desktop frontend changes only
Cache-guard:
cd desktop && wails buildpasses full compilationSystem-prompt-review: N/A
For cache-sensitive changes, fill these lines before requesting review:
Cache-impact:none,low,medium, orhigh, plus the reason.Cache-guard: the focused guard test/command added or run, or why an existing guard covers the change.System-prompt-review: required reviewer/approval note when provider-visible system prompt, memory prefix, output style, or skill index behavior changes.