Skip to content

Commit e9f30d9

Browse files
committed
reverse false renaming
1 parent 594305b commit e9f30d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/chat/conversation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ impl ConversationState {
276276
/// Exit tangent mode and preserve the last conversation entry (user + assistant)
277277
pub fn exit_tangent_mode_with_tail(&mut self) {
278278
if let Some(checkpoint) = self.tangent_state.take() {
279-
// Checkpoint the last history entry from tangent conversation if it exists
279+
// Capture the last history entry from tangent conversation if it exists
280280
// and if it's different from what was in the main conversation
281281
let last_entry = if self.history.len() > checkpoint.main_history.len() {
282282
self.history.back().cloned()

0 commit comments

Comments
 (0)