fix: support Codex 26.803 Owl composer layout - #359
Closed
kanzaler123 wants to merge 4 commits into
Closed
Conversation
kanzaler123
marked this pull request as ready for review
August 12, 2026 02:05
…composer # Conflicts: # TASK_PROGRESS.md
…composer # Conflicts: # TASK_PROGRESS.md
Owner
|
这个 PR 指出的问题是对的,而且后续被证明比当时看到的更严重——26.814 之后 相关别名已经通过 #372 / v1.5.15 与 v1.5.16 合入 因此本 PR 已被 |
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
Scope boundary
This PR changes only the shared selector contract, generated runtime assets, regression tests, and task progress record. It does not include or modify any theme package, theme configuration, palette, artwork, background image, or user-specific setting.
Root cause and impact
Codex 26.803 Owl exposes
_ComposerLayoutBody_*,_ComposerLayoutFooter_*, and_ComposerHomeUtilityBar_*CSS Module prefixes instead of the legacy composer selectors. When the editor receives focus, the shared runtime therefore misses those nodes and the native composer surface can split visually from the themed utility row.The new aliases use stable module-name prefixes, never version hashes. After the patch, Owl and legacy layouts both receive the same theme-defined generic composer styling.
Validation
node tools/sync-runtime-assets.mjs --checkinjector.mjs --check-payload: passedThree macOS-only fixtures cannot execute on the Windows validation host: directory
fsync, privileged symlink creation, and/bin/bashwindow readiness. They are unrelated to the selector/runtime files changed here.