fix(tui): set persist_extended_history: false (#20502)

Large rollouts are no good. This updates the TUI to behave the same as
the Codex App, which is also turning it off.
This commit is contained in:
Owen Lin
2026-04-30 23:31:31 +00:00
committed by GitHub
parent 2686873e77
commit 5de7992ee5
2 changed files with 4 additions and 4 deletions
@@ -2590,7 +2590,7 @@ impl CodexMessageProcessor {
initial_history: InitialHistory::Forked(rollout_items),
session_source: None,
dynamic_tools: Vec::new(),
persist_extended_history: true,
persist_extended_history: false,
metrics_service_name: None,
parent_trace: None,
environments,