[codex] add response proxy subagent header test (#16876)

This adds end-to-end coverage for `responses-api-proxy` request dumps
when Codex spawns a subagent and validates that the `x-codex-window-id`
and `x-openai-subagent` are properly set.
This commit is contained in:
Thibault Sottiaux
2026-04-06 08:18:46 -07:00
committed by GitHub
parent e65ee38579
commit 624c69e840
2 changed files with 240 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ mod request_permissions;
#[cfg(not(target_os = "windows"))]
mod request_permissions_tool;
mod request_user_input;
mod responses_api_proxy_headers;
mod resume;
mod resume_warning;
mod review;