[codex] fix Codex 26.727 Settings renderer detection - #334
Merged
Conversation
This was referenced Aug 8, 2026
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.
Root cause
Codex 26.727 replaced the old Settings appearance anchors (
appearance-themeand
theme-preview) with a settings navigation surface. When Settings wasopen, both platform injectors rejected the real
app://target withNo page matched the expected ... shell markers.Fix
data-settings-panel-slug="general-settings"marker inthe shared selector contract.
route classification, doctor output, and visible Settings verification.
app:origin gate.app:targets and unbranded generic targetsstill fail closed.
Validation
26.727.40816: Home and thread remainedL1; Settings nowpasses
settings/L0with the exact active community theme and no overflow.full-Xcode/installed Doctor branches skipped.
git diff --check: passed.Windows acceptance after release
Install the public Setup.exe, not a source-tree script. On current Codex:
marker error.
theme.json.id; the second must replacethe first in place with one saved-theme directory.
Do not close #318, #320, #322, or #326 until the follow-up public Release is
installed and the macOS/Windows checks above pass.