[codex] Load plugins and skill roots concurrently#28624
Open
mzeng-openai wants to merge 2 commits into
Open
Conversation
fee6592 to
a0874b0
Compare
743e2c8 to
303e141
Compare
xl-openai
approved these changes
Jun 18, 2026
a0874b0 to
615d3a5
Compare
8e6a542 to
742d2cb
Compare
615d3a5 to
d81821e
Compare
5982b32 to
4cd8e2e
Compare
d1fbda5 to
31491e4
Compare
4cd8e2e to
8c52fda
Compare
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.
Why
Configured plugins and skill roots are independent reads, but the cold startup path loads them serially. Bounded concurrency reduces that latency without allowing one large catalog to create unbounded filesystem work.
What changed
PluginSkillRootCacheThis is stacked on #28623, which introduces the shared plugin skill-root cache used by this change.
Validation
just test -p codex-core-skills -p codex-core-plugins(359 passed)just fix -p codex-core-skills -p codex-core-pluginsjust bazel-lock-check