mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
Fix TurnContext borrow for process_compacted_history
This commit is contained in:
@@ -91,7 +91,7 @@ async fn run_remote_compact_task_inner_impl(
|
||||
)
|
||||
.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