Drop compaction started/ended notifications

This commit is contained in:
Ahmed Ibrahim
2026-01-27 13:28:15 -08:00
parent 60931c5647
commit 2809b6ee8c
4 changed files with 9 additions and 27 deletions

View File

@@ -598,10 +598,8 @@ server_notification_definitions! {
ReasoningSummaryTextDelta => "item/reasoning/summaryTextDelta" (v2::ReasoningSummaryTextDeltaNotification),
ReasoningSummaryPartAdded => "item/reasoning/summaryPartAdded" (v2::ReasoningSummaryPartAddedNotification),
ReasoningTextDelta => "item/reasoning/textDelta" (v2::ReasoningTextDeltaNotification),
CompactionStarted => "thread/compactionStarted" (v2::CompactionStartedNotification),
CompactionEnded => "thread/compactionEnded" (v2::CompactionEndedNotification),
/// Deprecated: use "thread/compactionEnded".
ContextCompacted => "thread/compacted" (v2::CompactionEndedNotification),
/// Deprecated: use the compaction item lifecycle.
ContextCompacted => "thread/compacted" (v2::ContextCompactedNotification),
DeprecationNotice => "deprecationNotice" (v2::DeprecationNoticeNotification),
ConfigWarning => "configWarning" (v2::ConfigWarningNotification),