mirror of
https://github.com/openai/codex.git
synced 2026-09-05 15:18:41 +00:00
## What changed - Add executor authority support to `skills.list` and `skills.read` for skills from selected capability roots. - Allow `skills.read` to load package-relative resources referenced by an executor skill while keeping reads within the selected package. - Paginate skill listings and resource contents with bounded response sizes and stale-cursor validation. - Resolve executor filesystems per sampling step so skill tools use the active selected capability roots. ## Testing - Extend the app-server executor skill test to list an executor skill, read its main `SKILL.md`, and read a paginated reference resource. - Cover visibility filtering, metadata bounds, pagination, invalid cursors, package boundaries, and resource size limits. GitOrigin-RevId: 1b5de95d5d1b9f79c34d2879d6e67f24401e9c29