mirror of
https://github.com/openai/codex.git
synced 2026-05-24 04:54:52 +00:00
Add the v2 `item/permissionPreset/requestApproval` server request and thread it through app-server delivery for clients that opt into the matching `supportedServerRequests` capability. Keep the flow backward compatible by failing closed when a connection does not advertise support, reject it explicitly in `codex exec`, and update the docs, schemas, and request transport tests.