Refresh Linux port to ChatGPT/Codex 26.707.31123#24
Open
siraht wants to merge 1 commit into
Open
Conversation
Author
|
This was gpt-5.6-sol xhigh in codex cli working for 1h 33m 57s |
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
Refresh the Linux port from the production ChatGPT desktop payload that now contains
the Codex experience. This moves the packaged app from
26.623.101652to26.707.31123/ build5042and includes the renderer support for GPT-5.6.Version streams in this refresh:
26.707.311235042chatgpt42.1.00.144.0-alpha.4.vite/build/early-bootstrap.js0.144.0-alpha.4is intentional: it is the exact helper version bundled with thisdesktop payload, rather than the independently published stable CLI version.
What Changed
26.707.31123/ build5042.early-bootstrap.js.submenus, window focus, and startup-surface patches to the current minified bundles.
chatgpt.codexandrg:resources/codexlauncher that resolves the helper relativeto
resources/codex-vendor.desktop/package.json's exactcodexCliVersion, with staged validation before replacing an existing helper tree.no-op source interpolation so GitHub push protection does not misclassify adjacent
sk./pk.text as a secret.GPT-5.6 And Protocol Matching
The refreshed renderer contains both
gpt-5.6-solandgpt-5.6-terra. The finalpackage verifier requires both model markers and the Linux window-control/application
menu markers.
The packaged
resources/codexreportscodex-cli 0.144.0-alpha.4. Runtime smoketesting completed the app-server initialize handshake and a
model/listrequest withthat helper. This avoids mixing the new renderer with the older 0.142.4 app-server
protocol.
Validation
Passed locally:
cd desktop npm run hydrate:codex:linux npm run test:linux npm run package node scripts/verify-linux-package-contract.mjs \ --package-root out/Codex-linux-x64 TERM=xterm-256color NO_COLOR=1 \ ./out/Codex-linux-x64/resources/codex doctor --summary git diff --checkResults:
codex-cli 0.144.0-alpha.4Graphical smoke validation reached:
window ready-to-showCodex CLI initializedmodel/listgpt-5.6-solturn completed with the expected response26.707.31123Review Notes
replaced as a unit.
desktop/resources/bin/linux-*/codex-vendortrees are generated from thepinned npm package by the hydrator and are not committed.
tagging a release.