Reduce startup latency for ancestor discovery - #32106
Merged
copyberry[bot] merged 1 commit intoJul 10, 2026
Merged
Conversation
## Why Serial metadata probes add remote round trips while Codex discovers project instructions, repository skills, and project-root markers during startup. ## What changed - Probe ancestor directories concurrently while preserving discovery order. - Raise the shared find-up probe window to cover typical project hierarchies. - Refresh project instructions in parallel with plugin and skill warmup. ## Testing Add coverage that blocks one metadata request and verifies all expected project-root and `AGENTS.md` ancestor probes have started before it is released. GitOrigin-RevId: 11449837c7a212ec8ed385e7290476e926d93531
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/11449837c7a212ec8ed385e7290476e926d93531
branch
from
July 10, 2026 09:40
1915404 to
6ad0e94
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/11449837c7a212ec8ed385e7290476e926d93531
branch
July 10, 2026 09:41
FinalePrestissimo
temporarily deployed
to
issue-triage
July 10, 2026 09:50 — with
GitHub Actions
Inactive
FinalePrestissimo
temporarily deployed
to
issue-triage
July 10, 2026 09:50 — with
GitHub Actions
Inactive
FinalePrestissimo
temporarily deployed
to
issue-triage
July 10, 2026 09:50 — with
GitHub Actions
Inactive
FinalePrestissimo
temporarily deployed
to
issue-triage
July 10, 2026 09:51 — with
GitHub Actions
Inactive
aidawilliam41-ops
temporarily deployed
to
issue-triage
July 10, 2026 09:53 — with
GitHub Actions
Inactive
aidawilliam41-ops
temporarily deployed
to
issue-triage
July 10, 2026 09:53 — with
GitHub Actions
Inactive
aidawilliam41-ops
temporarily deployed
to
issue-triage
July 10, 2026 09:53 — with
GitHub Actions
Inactive
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Reduce startup latency for ancestor discovery
Why
Serial metadata probes add remote round trips while Codex discovers project
instructions, repository skills, and project-root markers during startup.
What changed
Testing
Add coverage that blocks one metadata request and verifies all expected project-root
and
AGENTS.mdancestor probes have started before it is released.