fork conversation from a previous message (#2575)
This can be the underlying logic in order to start a conversation from a previous message. will need some love in the UI. Base for building this: #2588
This commit is contained in:
@@ -540,6 +540,7 @@ impl EventProcessor for EventProcessorWithHumanOutput {
|
||||
}
|
||||
},
|
||||
EventMsg::ShutdownComplete => return CodexStatus::Shutdown,
|
||||
EventMsg::ConversationHistory(_) => {}
|
||||
}
|
||||
CodexStatus::Running
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user