Skip to content

Commit fe3b1f4

Browse files
cephalonautoz-agent
andcommitted
Revert incidental comment change in write_updated_conversation_state
Restore the original M1 comment; the rewrite was a side-effect of the is_durable_observer_parent extraction. Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 6411370 commit fe3b1f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/ai/agent/conversation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3476,7 +3476,7 @@ impl AIConversation {
34763476
&mut self,
34773477
ctx: &mut ModelContext<BlocklistAIHistoryModel>,
34783478
) {
3479-
// Shared-session views remain ephemeral.
3479+
// We should not persist non-local conversations (e.g. shared sessions).
34803480
if self.is_viewing_shared_session {
34813481
return;
34823482
}

0 commit comments

Comments
 (0)