From 2d976aa667adeb148b2b7d39c1a32f53a6ec86f0 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Fri, 5 Sep 2025 13:38:30 -0700 Subject: [PATCH] progress --- codex-rs/tui/src/app_backtrack.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/tui/src/app_backtrack.rs b/codex-rs/tui/src/app_backtrack.rs index 8730d43636..09dbbd9c85 100644 --- a/codex-rs/tui/src/app_backtrack.rs +++ b/codex-rs/tui/src/app_backtrack.rs @@ -290,6 +290,7 @@ impl App { let result = self .perform_fork(ev.entries.clone(), drop_count, cfg.clone()) .await; + // We aren't using the initial history UI replay in session configured because we have more accurate version of the history. match result { Ok(new_conv) => { self.install_forked_conversation(tui, cfg, new_conv, drop_count, &prefill)