mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Fix process_compacted_history TurnContext borrow
This commit is contained in:
@@ -85,7 +85,7 @@ pub(crate) async fn run_remote_compaction(
|
||||
)
|
||||
.await?;
|
||||
new_history = sess
|
||||
.process_compacted_history(turn_context, new_history)
|
||||
.process_compacted_history(turn_context.as_ref(), new_history)
|
||||
.await;
|
||||
|
||||
if !ghost_snapshots.is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user