We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc976cd commit 566feaeCopy full SHA for 566feae
crates/chat-cli/src/cli/chat/mod.rs
@@ -542,7 +542,6 @@ impl ChatSession {
542
true => {
543
let mut cs = previous_conversation.unwrap();
544
existing_conversation = true;
545
- cs.reload_serialized_state(os).await;
546
547
// Extract last exchange (user question + assistant response)
548
let resume_prompt = if let Some((user_msg, assistant_msg)) = cs.history().back() {
0 commit comments