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 1374f37 commit d541d4cCopy full SHA for d541d4c
crates/chat-cli/src/cli/chat/mod.rs
@@ -3030,12 +3030,13 @@ impl ChatSession {
3030
3031
// Reset for next turn
3032
manager.tools_in_turn = 0;
3033
- manager.message_locked = false; // Unlock for next turn
3034
} else {
3035
// Clear pending message even if no tools were used
3036
manager.pending_user_message = None;
3037
}
3038
+ manager.message_locked = false; // Unlock for next turn
3039
+
3040
// Put manager back
3041
self.conversation.checkpoint_manager = Some(manager);
3042
0 commit comments