mirror of
https://github.com/openai/codex.git
synced 2026-04-26 15:45:02 +00:00
[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:
committed by
GitHub
parent
e65ee38579
commit
624c69e840
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user