mirror of
https://github.com/openai/codex.git
synced 2026-09-16 12:13:30 +00:00
Emit legacy thread/compacted notification
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user