diff --git a/src/components/sessions/SessionManagerPage.tsx b/src/components/sessions/SessionManagerPage.tsx index 2ab97a6f3..a026a5800 100644 --- a/src/components/sessions/SessionManagerPage.tsx +++ b/src/components/sessions/SessionManagerPage.tsx @@ -13,6 +13,7 @@ import { MessageSquare, Clock, FolderOpen, + FileText, X, CheckSquare, } from "lucide-react"; @@ -897,6 +898,38 @@ export function SessionManagerPage({ appId }: { appId: string }) { )} + {selectedSession.sourcePath && ( + + + + + +

+ {selectedSession.sourcePath} +

+

+ {t("sessionManager.clickToCopyPath")} +

+
+
+ )}