feat: add compact TUI activity overview

This commit is contained in:
2026-08-20 15:02:03 +09:00
parent e66876249e
commit 7dd4539f50
4 changed files with 292 additions and 2 deletions
+5
View File
@@ -25,6 +25,11 @@ pub enum Block {
SystemMessage {
text: String,
},
/// Typed task reminder. Its presentation depends on the selected history
/// mode rather than exposing the full reminder in compact views.
TaskReminder {
text: String,
},
/// Echo of `Method::Notify` received by this Worker, surfaced as a log
/// element so subscribers see the external input that drove any
/// following auto-kicked turn.