feat: enhance workspace management and history tracking in application state

This commit is contained in:
asepharyana
2026-07-12 18:09:03 +07:00
parent a59feb23c4
commit 8a11a469f9
12 changed files with 112 additions and 20 deletions
+2
View File
@@ -47,6 +47,8 @@ pub enum ClientRequest {
Submit(String),
Resize(u16, u16),
Close,
ScrollUp,
ScrollDown,
}
/// Flattened chat message sent from daemon to client for transcript display.