mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
Compilation nits
This commit is contained in:
@@ -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?)
|
||||
}
|
||||
|
||||
@@ -566,6 +566,7 @@ impl EventProcessor for EventProcessorWithHumanOutput {
|
||||
| EventMsg::ReasoningContentDelta(_)
|
||||
| EventMsg::ReasoningRawContentDelta(_)
|
||||
| EventMsg::UndoCompleted(_)
|
||||
| EventMsg::SaveSessionResponse(_)
|
||||
| EventMsg::UndoStarted(_) => {}
|
||||
}
|
||||
CodexStatus::Running
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user