mirror of
https://github.com/openai/codex.git
synced 2026-04-28 10:21:06 +03:00
Drop compaction started/ended notifications
This commit is contained in:
@@ -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),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user