Pass initial history as an optional to codex delegate (#5950)

This will give us more freedom on controlling the delegation. i.e we can
fork our history and run `compact`.
This commit is contained in:
Ahmed Ibrahim
2025-10-30 07:22:42 -07:00
committed by GitHub
parent aa76003e28
commit 5fcc380bd9
2 changed files with 5 additions and 1 deletions

View File

@@ -90,6 +90,7 @@ async fn start_review_conversation(
session.clone_session(),
ctx.clone(),
cancellation_token,
None,
)
.await)
.ok()