We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbebaa commit 9bbc1e8Copy full SHA for 9bbc1e8
1 file changed
codex-rs/core/src/guardian/review_session.rs
@@ -414,7 +414,7 @@ impl GuardianReviewSessionManager {
414
let snapshot = state.last_committed_fork_snapshot.as_ref()?;
415
match &snapshot.initial_history {
416
InitialHistory::Forked(items) => Some(items.clone()),
417
- InitialHistory::New | InitialHistory::Resumed(_) => None,
+ InitialHistory::New | InitialHistory::Cleared | InitialHistory::Resumed(_) => None,
418
}
419
420
0 commit comments