historyを返すプロトコル

This commit is contained in:
2026-04-12 03:37:49 +09:00
parent 29e1bc8253
commit 0332d446cd
9 changed files with 75 additions and 94 deletions
+1
View File
@@ -135,6 +135,7 @@ impl App {
self.push_status(format!("[run end] {result:?}"));
}
Event::ToolCallArgsDelta { .. } => {}
Event::History { .. } => {}
}
}