feat(providers): restore ChatGPT Web via clean-room browser transport - #12239
Merged
diegosouzapw merged 6 commits intoSep 2, 2026
Merged
Conversation
backryun
force-pushed
the
codex/restore-chatgpt-web-cleanroom
branch
17 times, most recently
from
September 2, 2026 08:33
a21f125 to
bb24dda
Compare
added 5 commits
September 2, 2026 20:41
backryun
force-pushed
the
codex/restore-chatgpt-web-cleanroom
branch
from
September 2, 2026 11:49
bb24dda to
d15912e
Compare
…ore-chatgpt-web-cleanroom Clean merge against the tip. The two chat chokepoints this PR grows (chat.ts +40, chatCore.ts +30) are recorded in the file-size baseline with an annotation; no other cap moves. The rebaseline is carried here rather than left in a validation worktree — the mistake that put the 2026-09-02 waves base-red (diegosouzapw#12434).
diegosouzapw
merged commit Sep 2, 2026
7ed8ada
into
diegosouzapw:release/v3.8.51
4 of 7 checks passed
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.
Summary
chatgpt-webprovider with an independently implemented, first-party browser transport.chatgpt-web-codextool bridge.Related Issues
Validation
Choose the change type and focused loop from the
Contribution Golden Path. The full unit suite,
Vitest, the 60% coverage gate, and the production build all run in CI on this PR (#8329):
npm run lint— left to CI; focused lint/type contracts are covered by the checks belowFocused results:
npm run typecheck:core: passed on the combined tree.npm run check:open-sse-typecheck: passed with zero live errors on the combined tree.OmniRoute Codex v2tool round-trip also passed through the separate Codex connector.release/v3.8.51: 0 commits behind, 4 commits ahead;git merge-tree --write-treesucceeds without conflicts.Tests Added Or Updated
Dedicated clean-room coverage:
tests/unit/chatgpt-web-browser-session-cleanroom.test.tstests/unit/chatgpt-web-cleanroom-provider.test.tstests/unit/chatgpt-web-delta-v1-cleanroom.test.tstests/unit/chatgpt-web-executor-adapter-cleanroom.test.tstests/unit/chatgpt-web-first-party-cleanroom.test.tstests/unit/chatgpt-web-handshake-handoff-cleanroom.test.tstests/unit/migration-171-restore-chatgpt-web-cleanroom.test.tsUpdated provider, executor, routing, image, session, and retirement contracts:
tests/snapshots/executors/executor-map.jsontests/unit/browserPool-proxy.test.tstests/unit/chatcore-executor-proxy.test.tstests/unit/chatgpt-web-image-handler-retirement.test.tstests/unit/chatgpt-web-management-retirement.test.tstests/unit/chatgpt-web-retirement.test.tstests/unit/chatgpt-web-runtime-block.test.tstests/unit/chatgpt-web-source-retirement.test.tstests/unit/combo-auto-candidate-expansion.test.tstests/unit/flat-rate-cost-5552.test.tstests/unit/guardrails/visionBridgeRouter.test.tstests/unit/hard-session-lease-bypass-inventory.test.tstests/unit/image-generation-route.test.tstests/unit/image-registry-gpt56.test.tstests/unit/image-routes-combo-edits-3214-3215.test.tstests/unit/keepalive-threshold.test.tstests/unit/messages-count-tokens-route.test.tstests/unit/model-listing-capability-5420.test.tstests/unit/provider-node-reserved-prefix.test.tstests/unit/resolve-web-provider-host.test.tstests/unit/session-leases-route.test.tstests/unit/token-health-check-webcookie.test.tstests/unit/tokenExtractionConfig.test.tstests/unit/virtual-auto-combo.test.tsCoverage Notes
Reviewer Notes
chatgpt-webintentionally advertisestoolCalling: false. Native PC/MCP tool access remains isolated inchatgpt-web-codex, where the outer Codex runtime owns sandbox and approval enforcement.