From f91334380e46cfd909c3642c1e05d3d8283c40ef Mon Sep 17 00:00:00 2001 From: Owen Lin Date: Fri, 26 Jun 2026 11:05:00 -0700 Subject: [PATCH] fix main (#30276) Introduced by a merge race around thread.history_mode. --- codex-rs/core/src/session/tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/core/src/session/tests.rs b/codex-rs/core/src/session/tests.rs index 93519cda9..20f32ddfc 100644 --- a/codex-rs/core/src/session/tests.rs +++ b/codex-rs/core/src/session/tests.rs @@ -9197,6 +9197,7 @@ async fn attach_in_memory_thread_store( dynamic_tools: Vec::new(), selected_capability_roots: Vec::new(), multi_agent_version: None, + history_mode: Default::default(), initial_window_id: Uuid::now_v7().to_string(), metadata: ThreadPersistenceMetadata { cwd: Some(config.cwd.to_path_buf()),