diff --git a/ui/desktop/src/ChatWindow.tsx b/ui/desktop/src/ChatWindow.tsx index d6e0648a5e..784e4b3072 100644 --- a/ui/desktop/src/ChatWindow.tsx +++ b/ui/desktop/src/ChatWindow.tsx @@ -108,7 +108,10 @@ function ChatContent({ return (
+ +
+
{window.appConfig.get("GOOSE_WORKING_DIR")}
{ stop(); @@ -280,4 +283,4 @@ export default function ChatWindow() { )}
); -} \ No newline at end of file +} diff --git a/ui/desktop/src/components/MoreMenu.tsx b/ui/desktop/src/components/MoreMenu.tsx index 65b8ed124a..fe8fef393a 100644 --- a/ui/desktop/src/components/MoreMenu.tsx +++ b/ui/desktop/src/components/MoreMenu.tsx @@ -37,6 +37,19 @@ export default function MoreMenu({ onClearContext, onRestartGoose }: MoreMenuPro > Restart goose + + +