[codex] add context-window lineage headers (#16758)

This change adds client-owned context-window and parent thread id
headers to all requests to responses api.
This commit is contained in:
Thibault Sottiaux
2026-04-03 19:54:31 -10:00
committed by GitHub
parent 39097ab65d
commit 9e19004bc2
7 changed files with 338 additions and 37 deletions

View File

@@ -154,3 +154,4 @@ mod user_shell_cmd;
mod view_image;
mod web_search;
mod websocket_fallback;
mod window_headers;