Integrate priority Windows and model upstream PRs - #1
Merged
Conversation
Method: cherry-pick upstream commit 82085cd with local regression tests. Local adjustments: cover the Windows npm-shim wrapper and bundled vendor/bin/codex.exe resolution. Tests: 4 targeted tests passed; production build and CLI smoke passed; full unit suite had 149 passing and the same 2 pre-existing Windows platform failures.
Method: cherry-pick upstream commits 66bf322 and 52e208e. Local adjustments: keep models without capability metadata on the legacy reasoning levels so Max and Ultra are never advertised without support. Tests: 52 targeted tests passed; production build passed; full unit suite had 155 passing and the same 2 pre-existing Windows failures; light and dark UI checks passed at 375x812 and 768x1024. Performance: no new requests or async work; main bundle is 513.22 kB (158.36 kB gzip). Co-authored-by: Damián <admin@damianverde.es>
Method: cherry-pick upstream commit ef41deb. Local adjustments: add encoded drive, backslash drive, and encoded UNC regression cases. Tests: 3 targeted tests passed; exact Windows browse URL returned package.json with HTTP 200; TestChat hrefOk, titleOk, and textOk passed; production build passed; full unit suite had 158 passing and the same 2 pre-existing Windows failures. Performance: one bounded regex check and no added I/O or requests. Co-authored-by: Nul-led <jnaltz@gmail.com>
Add architecture, deployment, security, requirements, roadmap, upstream sync/audit, test plan, and Codex Desktop parity guidance. Record the Windows test baseline and add the missing PR friuns2#203 manual CLI regression procedure.
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
Verification
Performance
No new API requests, polling, or fanout. The frontend main chunk changed from 511.57 kB / 157.88 kB gzip to 513.22 kB / 158.36 kB gzip. PR friuns2#212 adds one bounded regex check.
Known environment limits