Compilation nits

This commit is contained in:
jif-oai
2025-11-19 15:21:58 +00:00
parent 7116d2a6a4
commit 9c765f1217
3 changed files with 3 additions and 3 deletions

View File

@@ -140,7 +140,5 @@ pub async fn resolve_rollout_path(codex_home: &Path, identifier: &str) -> Result
entry.rollout_path.display()
);
}
find_conversation_path_by_id_str(codex_home, identifier)
.await
.map_err(Into::into) // todo jif
Ok(find_conversation_path_by_id_str(codex_home, identifier).await?)
}

View File

@@ -566,6 +566,7 @@ impl EventProcessor for EventProcessorWithHumanOutput {
| EventMsg::ReasoningContentDelta(_)
| EventMsg::ReasoningRawContentDelta(_)
| EventMsg::UndoCompleted(_)
| EventMsg::SaveSessionResponse(_)
| EventMsg::UndoStarted(_) => {}
}
CodexStatus::Running

View File

@@ -301,6 +301,7 @@ async fn run_codex_tool_session_inner(
| EventMsg::UndoStarted(_)
| EventMsg::UndoCompleted(_)
| EventMsg::ExitedReviewMode(_)
| EventMsg::SaveSessionResponse(_)
| EventMsg::DeprecationNotice(_) => {
// For now, we do not do anything extra for these
// events. Note that