feat(browser): spin up browser cells from the command center#3182
Open
MattPua wants to merge 2 commits into
Open
feat(browser): spin up browser cells from the command center#3182MattPua wants to merge 2 commits into
MattPua wants to merge 2 commits into
Conversation
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
Contributor
|
Reviews (1): Last reviewed commit: "feat(browser): spin up browser cells fro..." | Re-trigger Greptile |
b4db740 to
7ca9a4e
Compare
9ff83d8 to
eba66a5
Compare
82f4907 to
deae0e5
Compare
- Browser option in the command center empty-cell picker, next to Terminal and Brainrot (same feature flag as the browser tab) - Cells persist as __browser__:<url> and restore their page on reload - Cell header shows page title, falling back to the url hostname - Guarded url persist so stale navigation callbacks can't clobber a replaced cell Generated-By: PostHog Code Task-Id: 4bc7193a-bc2b-4365-8435-a6b20cd00c08
BrowserCell copied TerminalCell's frame verbatim (header icon + title + remove button, body wrapper). Extract CellFrame so each cell keeps only its distinctive parts. Generated-By: PostHog Code Task-Id: 29a0c450-6d5c-454e-a2c0-608d280d4737
dff59a3 to
af47528
Compare
Contributor
There was a problem hiding this comment.
This review was skipped because it would exceed your organization's monthly flex usage limit. Raise the limit in billing settings or wait until the next billing period resets limits.
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.
Problem
Stacked on #3181. The command center can spin up tasks and terminals in grid cells, but not the new browser — you should be able to drop a browser next to a running task the same way.
Changes
CleanShot.2026-07-06.at.13.14.47.mp4
posthog-code-browser-tabflag)__browser__:<url>(mirrors__terminal__:<id>) so the page restores on app reloadBrowserCellreusesBrowserPanelfrom feat(browser): in-app browser tab with webview security hardening #3181; header shows the page title, falling back to the url hostnameupdateBrowserCellUrlis guarded so a stale debounced navigation callback can't clobber a cell that was reassignedNo new security surface: the webview and all main-process guards are the ones shipped in #3181.
How did you test this?
command-center+browsersuites pass (125 tests), typecheck + biome cleanAutomatic notifications
Created with PostHog Code