This commit is contained in:
Ahmed Ibrahim
2025-09-05 13:38:30 -07:00
parent adf9dae907
commit 2d976aa667

View File

@@ -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)