Files
codex/codex-rs
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
..
2026-04-24 17:49:29 -07:00
2026-06-04 09:16:03 -07:00