fix: keep in-flight cleanup internal

This commit is contained in:
2026-07-27 16:38:47 +09:00
parent 1dc6429b87
commit 5d1950647e
6 changed files with 3 additions and 70 deletions
-4
View File
@@ -363,10 +363,6 @@ pub enum Event {
max_attempts: u32,
reason: String,
},
/// Any transient streaming blocks that were not committed to history were
/// discarded at a run boundary. Clients should remove live in-flight lines
/// without modifying persisted transcript entries.
InFlightCleared,
TextDelta {
text: String,
},