Fix Codex transcript convergence

This commit is contained in:
iris committed 2026-09-10 01:24:16 -04:00
1 parent f9c8f640ce
commit 3c19b5a9bb
9 files changed
+192 -48

No files matched your search

+3
View File
@@ -834,6 +834,9 @@ mod tests {
attachments: Vec::new(),
},
text("hello"),
Event::AssistantTextFinal {
text: "hello, revised".into(),
},
Event::ToolStart {
id: "t1".into(),
tool: "bash".into(),