From 7171b25b30f8da455998791bcc6d2a987e294629 Mon Sep 17 00:00:00 2001 From: jif-oai Date: Mon, 20 Apr 2026 10:53:54 +0100 Subject: [PATCH] fix: main 2 (#18649) --- codex-rs/core/src/memories/phase2.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/core/src/memories/phase2.rs b/codex-rs/core/src/memories/phase2.rs index 0b6321b08..ffabb06ed 100644 --- a/codex-rs/core/src/memories/phase2.rs +++ b/codex-rs/core/src/memories/phase2.rs @@ -362,6 +362,7 @@ mod agent { } /// Handle the agent while it is running. + #[allow(clippy::too_many_arguments)] pub(super) fn handle( session: &Arc, claim: Claim,