Bridge workflow + MCP browser controls #42
+2,421
−183
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.
This is a bunch of quality of life stuff I made to get this thing working on linux, bridging to other machines when I can't do that, supporting attachments, and supporting gpt-5.2-pro's different effort settings. Also a few other little things.
Summary
This PR adds a first-class bridge workflow for Oracle's ChatGPT browser engine (keep an authenticated ChatGPT session on a host machine, run Oracle from other machines), plus browser/MCP improvements that help agent runtimes (Codex CLI / Claude Code) use the browser engine correctly.
Key features
oracle bridge host|client|doctor|codex-config|claude-configGET /healthendpoint for fast connectivity/auth checks.consultsupports browser-specific overrides used by agent runtimes:browserAttachments: "auto"|"never"|"always"(use"always"for real file/image uploads)browserBundleFiles,browserThinkingEffort,browserKeepBrowser,browserKeepTabs,browserModelLabel--browser-attachments always/browserAttachments:"always"without tripping the 1MB text preflight.textContentwhen the UI renders emptyinnerText.Docs
docs/bridge.md(new)docs/mcp.mdupdated with MCP inputsdocs/configuration.mdupdated with bridge config keysTests
pnpm testpasses locally.Notes