feat(tui): add support for reasoning in chat messages and update transcript handling

This commit is contained in:
asepharyana
2026-07-20 14:56:03 +07:00
parent cac6626586
commit 285dbb14cc
5 changed files with 78 additions and 19 deletions
+1
View File
@@ -201,6 +201,7 @@ pub enum TurnEvent {
},
StreamStart,
StreamToken(String),
StreamReasoning(String),
StreamDone(ChatMessage),
Usage {
tokens_in: u64,