Bump version to 1.6.3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
4ba9706e35
commit
59cfd0e2f5
@@ -1095,6 +1095,8 @@ impl BlocklistAIHistoryModel {
|
||||
// The event cursor belongs to the source conversation's run; the
|
||||
// forked conversation will establish its own cursor.
|
||||
last_event_sequence: None,
|
||||
progressive_summary: None,
|
||||
messages_summarized_up_to: 0,
|
||||
};
|
||||
let forked_conversation_id = AIConversationId::new();
|
||||
if let Err(e) = sqlite_sender.send(ModelEvent::UpdateMultiAgentConversation {
|
||||
@@ -1250,6 +1252,8 @@ impl BlocklistAIHistoryModel {
|
||||
// The event cursor belongs to the source conversation's run; the
|
||||
// forked conversation will establish its own cursor.
|
||||
last_event_sequence: None,
|
||||
progressive_summary: None,
|
||||
messages_summarized_up_to: 0,
|
||||
};
|
||||
|
||||
let forked_conversation_id = AIConversationId::new();
|
||||
|
||||
Reference in New Issue
Block a user