[codex] Load plugins and skill roots concurrently - #28624
Closed
mzeng-openai wants to merge 2 commits into
Closed
Conversation
mzeng-openai
force-pushed
the
dev/mzeng/reuse-plugin-skill-root-snapshots
branch
from
June 17, 2026 00:30
fee6592 to
a0874b0
Compare
mzeng-openai
force-pushed
the
dev/mzeng/load-plugin-skills-concurrently
branch
from
June 17, 2026 01:35
743e2c8 to
303e141
Compare
mzeng-openai
marked this pull request as ready for review
June 17, 2026 01:59
xl-openai
approved these changes
Jun 18, 2026
mzeng-openai
force-pushed
the
dev/mzeng/reuse-plugin-skill-root-snapshots
branch
from
June 18, 2026 05:08
a0874b0 to
615d3a5
Compare
mzeng-openai
force-pushed
the
dev/mzeng/load-plugin-skills-concurrently
branch
from
June 18, 2026 05:10
8e6a542 to
742d2cb
Compare
mzeng-openai
force-pushed
the
dev/mzeng/reuse-plugin-skill-root-snapshots
branch
from
June 18, 2026 05:18
615d3a5 to
d81821e
Compare
mzeng-openai
force-pushed
the
dev/mzeng/load-plugin-skills-concurrently
branch
2 times, most recently
from
June 18, 2026 05:53
5982b32 to
4cd8e2e
Compare
mzeng-openai
force-pushed
the
dev/mzeng/reuse-plugin-skill-root-snapshots
branch
from
June 18, 2026 07:25
d1fbda5 to
31491e4
Compare
mzeng-openai
force-pushed
the
dev/mzeng/load-plugin-skills-concurrently
branch
from
June 18, 2026 07:27
4cd8e2e to
8c52fda
Compare
Contributor
|
Closing this pull request because it has had no updates for more than 14 days. If you plan to continue working on it, feel free to reopen or open a new 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.
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