feat(tui): render workflow progress as dim router-feed narration lines

This commit is contained in:
2026-06-03 15:07:31 +04:00
parent 46c567c835
commit e9a87febc4
3 changed files with 85 additions and 5 deletions
+2 -2
View File
@@ -354,8 +354,8 @@ func (m Model) routerRows(w, h int) []string {
}
case "tool":
rows = append(rows, t.span("· tool output ("+itoaLen(e.Content)+" chars) — ^x to view", t.P.Dim))
case "stage":
rows = append(rows, t.span(e.Content, t.P.Faint))
case "narration", "stage":
rows = append(rows, t.span(e.Content, t.P.Dim))
}
}
// keep last h rows