From 2d8deede2eff215b85b3cd9fdd1a662a8828a203 Mon Sep 17 00:00:00 2001 From: canvrno-oai Date: Tue, 14 Apr 2026 20:57:55 -0700 Subject: [PATCH] fix --- codex-rs/tui/src/chatwidget.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/tui/src/chatwidget.rs b/codex-rs/tui/src/chatwidget.rs index 1e6ed68e7a..9c131ac9f4 100644 --- a/codex-rs/tui/src/chatwidget.rs +++ b/codex-rs/tui/src/chatwidget.rs @@ -7114,7 +7114,7 @@ impl ChatWidget { } if let Some(request_id) = metadata_request_id { self.loading_status_metadata_outputs - .push((request_id, handle.clone())); + .push((request_id, handle)); } if loading_account_metadata { self.flush_answer_stream_with_separator();