codex: normalize fake rollout cwd expectations

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Charles Cunningham
2026-03-24 22:47:19 -07:00
parent 930dd42d9a
commit 8dd09ce08d
5 changed files with 15 additions and 8 deletions

View File

@@ -37,6 +37,7 @@ pub use responses::create_shell_command_sse_response;
pub use rollout::create_fake_rollout;
pub use rollout::create_fake_rollout_with_source;
pub use rollout::create_fake_rollout_with_text_elements;
pub use rollout::fake_rollout_cwd;
pub use rollout::rollout_path;
use serde::de::DeserializeOwned;