From 7f068cfbcca0b0028ac23625e4097a93f9beeacf Mon Sep 17 00:00:00 2001 From: jif-oai Date: Wed, 3 Dec 2025 20:15:12 +0000 Subject: [PATCH] fix: main (#7546) --- codex-rs/tui/src/app.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/tui/src/app.rs b/codex-rs/tui/src/app.rs index 504452bc8..32fc09566 100644 --- a/codex-rs/tui/src/app.rs +++ b/codex-rs/tui/src/app.rs @@ -523,6 +523,7 @@ impl App { enhanced_keys_supported: self.enhanced_keys_supported, auth_manager: self.auth_manager.clone(), feedback: self.feedback.clone(), + is_first_run: false, }; self.chat_widget = ChatWidget::new_from_existing( init,