From 0554018980ee248622aef883d83cdd6cc7204a99 Mon Sep 17 00:00:00 2001 From: Alexis Purslane Date: Mon, 1 Dec 2025 12:37:22 -0500 Subject: [PATCH] update message --- packages/ui/src/stores/session-state.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/stores/session-state.ts b/packages/ui/src/stores/session-state.ts index d7f2c84a..b397469a 100644 --- a/packages/ui/src/stores/session-state.ts +++ b/packages/ui/src/stores/session-state.ts @@ -294,7 +294,7 @@ async function cleanupBlankSessions(instanceId: string, excludeSessionId?: strin "This cleanup may be slow, and may delete sessions you didn't intend to delete. Are you sure?", { title: "Deep Clean Sessions", - detail: "Deep cleaning sessions fetches the messages for each and every session in your history so it can remove not just all blank sessions, but all unused forks of sessions, and all subagents whose primary task has been completed.", + detail: "Deep Clean Sessions will delete all sessions that have no messages, remove any finished sub-agent sessions, and clear out any unused forks of a session.", confirmLabel: "Continue", cancelLabel: "Cancel" }