mirror of
https://github.com/openai/codex.git
synced 2026-05-27 22:44:23 +00:00
Support multi-environment apply_patch selection
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user