mirror of
https://github.com/openai/codex.git
synced 2026-05-24 21:14:51 +00:00
Add comment
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user