Support multi-environment apply_patch selection

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-05-07 16:43:32 -07:00
parent 99016ec732
commit ebf66ae577
27 changed files with 871 additions and 213 deletions

View File

@@ -2532,6 +2532,10 @@ mod tests {
call_id: "patch-call".into(),
turn_id: turn_id.to_string(),
started_at_ms: 0,
environment_id: "local".into(),
cwd: std::env::temp_dir()
.try_into()
.expect("temp dir should be absolute"),
changes: [(
PathBuf::from("README.md"),
codex_protocol::protocol::FileChange::Add {