Make compaction transitions recoverable
This commit is contained in:
@@ -446,6 +446,10 @@ impl App {
|
||||
.on_press(Message::StartRenameSession(session.id)),
|
||||
menu_action(ICON_SPARK, "Retitle with AI")
|
||||
.on_press(Message::RetitleSession(session.id)),
|
||||
menu_action(ICON_SPARK, "Compact context")
|
||||
.on_press(Message::CompactSession(session.id)),
|
||||
menu_action(ICON_ARCHIVE, "Rebuild context on next use")
|
||||
.on_press(Message::RebuildSessionContext(session.id)),
|
||||
]
|
||||
.spacing(4);
|
||||
actions = match state {
|
||||
|
||||
Reference in New Issue
Block a user