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();