add transcript mode (#2525)

this adds a new 'transcript mode' that shows the full event history in a
"pager"-style interface.


https://github.com/user-attachments/assets/52df7a14-adb2-4ea7-a0f9-7f5eb8235182
This commit is contained in:
Jeremy Rose
2025-08-20 16:57:35 -07:00
committed by GitHub
parent 050b9baeb6
commit 2ec5a28528
3 changed files with 247 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ mod slash_command;
mod status_indicator_widget;
mod streaming;
mod text_formatting;
mod transcript_app;
mod tui;
mod user_approval_widget;