Add comment

This commit is contained in:
Eric Traut
2026-02-06 11:23:30 -08:00
parent e6ade2d748
commit 71edf960e0

View File

@@ -1063,6 +1063,8 @@ pub(crate) async fn apply_bespoke_event_handling(
};
if let Some(request_id) = pending {
// Rollback responses are rebuilt from rollout-on-disk, and `thread/start`
// can defer rollout file creation, so force persistence before reading.
let rollout_path = match conversation.ensure_rollout_persisted_for_api().await {
Ok(RolloutPersistenceStatus::Persisted(path)) => path,
Ok(RolloutPersistenceStatus::Ephemeral) => {