Files
codex/codex-rs/core-skills
T
Adam Perry @ OpenAI 5579792b3b Parallelize environment skill loading (#29990)
## Why

Avoid a request waterfall for loading lots of skills at once by hiding
latency in concurrent tasks.

## What changed

Poll the per-skill parse futures concurrently with an order-preserving
stream capped at 64 in-flight loads. Results retain discovery order, and
the existing filtering, warnings, and final catalog sorting are
unchanged.
5579792b3b ยท 2026-06-25 10:02:07 +01:00
History
..