Emit legacy thread/compacted notification

This commit is contained in:
Ahmed Ibrahim
2026-01-27 11:59:07 -08:00
parent 18e941c1b2
commit 3f8425ef3b

View File

@@ -617,7 +617,10 @@ pub(crate) async fn apply_bespoke_event_handling(
turn_id: event_turn_id.clone(),
};
outgoing
.send_server_notification(ServerNotification::CompactionEnded(notification))
.send_server_notification(ServerNotification::CompactionEnded(notification.clone()))
.await;
outgoing
.send_server_notification(ServerNotification::ContextCompacted(notification))
.await;
}
EventMsg::DeprecationNotice(event) => {