From 901c8e2ba64ddb8b1314b8cd00ab63e0835af1fd Mon Sep 17 00:00:00 2001 From: Friel Date: Sat, 28 Mar 2026 11:26:37 -0700 Subject: [PATCH] test(core): annotate fork-thread positional literals --- codex-rs/core/tests/suite/fork_thread.rs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/codex-rs/core/tests/suite/fork_thread.rs b/codex-rs/core/tests/suite/fork_thread.rs index 8f2fd03632..5685aa100c 100644 --- a/codex-rs/core/tests/suite/fork_thread.rs +++ b/codex-rs/core/tests/suite/fork_thread.rs @@ -228,7 +228,13 @@ async fn fork_thread_session_configured_preserves_parent_and_history() { session_configured, .. } = thread_manager - .fork_thread(usize::MAX, config_for_fork, base_path, false, None) + .fork_thread( + usize::MAX, + config_for_fork, + base_path, + /*persist_extended_history*/ false, + /*parent_trace*/ None, + ) .await .expect("fork thread");