fix: clear stale in-flight state

This commit is contained in:
2026-07-27 15:54:08 +09:00
parent e20c8a1d0b
commit 1dc6429b87
8 changed files with 130 additions and 1 deletions
+4
View File
@@ -363,6 +363,10 @@ 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,
},