You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MonoCode can open external URLs with the system browser and preview repository files, but it has no browser surface inside the workspace. Testing a local web app or following project links breaks the editor/session flow.
The closed upstream PR hardbeat920#48 added remote browser access to MonoCode; it did not add a browser inside MonoCode.
Proposed first slice
Add a browser tab/pane type alongside files, diffs, terminals, and sessions.
Support an address field plus Back, Forward, Reload, and Open externally.
Support http://localhost/loopback development URLs and normal HTTPS pages.
Keep each browser tab scoped to the current project/session layout and restore its URL with the workspace.
Isolate page content from privileged Tauri commands; arbitrary sites must not inherit desktop capabilities.
Agent/browser automation can be a later issue. The first slice is a reliable human-operated embedded browser.
Problem
MonoCode can open external URLs with the system browser and preview repository files, but it has no browser surface inside the workspace. Testing a local web app or following project links breaks the editor/session flow.
The closed upstream PR hardbeat920#48 added remote browser access to MonoCode; it did not add a browser inside MonoCode.
Proposed first slice
http://localhost/loopback development URLs and normal HTTPS pages.Agent/browser automation can be a later issue. The first slice is a reliable human-operated embedded browser.
Existing work checked
@tauri-apps/plugin-opener.Acceptance criteria