fix(tui): restore session header card

This commit is contained in:
Xubin Ren
2026-08-17 20:56:10 +08:00
parent 8395bc825b
commit f3386d965b
3 changed files with 27 additions and 2 deletions
+1
View File
@@ -117,6 +117,7 @@ function transcriptTheme(palette: Palette): TranscriptTheme {
error: palette.error,
user: palette.user,
assistant: palette.accent,
border: palette.border,
syntax: syntaxStyle(palette),
}
}