feat: close unified_exec at end of turn (#8052)

This commit is contained in:
jif-oai
2025-12-16 13:16:43 +01:00
committed by GitHub
parent cf44511e77
commit ae57e18947
4 changed files with 173 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ use std::path::PathBuf;
#[cfg(target_os = "linux")]
use assert_cmd::cargo::cargo_bin;
pub mod process;
pub mod responses;
pub mod streaming_sse;
pub mod test_codex;