From 9747f37174a4415e5553a3c8ea2955f2f0bc8653 Mon Sep 17 00:00:00 2001 From: Emma Youndtsmith Date: Mon, 30 Jun 2025 13:17:34 -0500 Subject: [PATCH 1/2] Docs: Create new directory when starting new session --- documentation/docs/guides/managing-goose-sessions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/docs/guides/managing-goose-sessions.md b/documentation/docs/guides/managing-goose-sessions.md index cfbcbf24aa79..12d888fe7c40 100644 --- a/documentation/docs/guides/managing-goose-sessions.md +++ b/documentation/docs/guides/managing-goose-sessions.md @@ -18,6 +18,8 @@ A session is a single, continuous interaction between you and Goose, providing a To start a new session at any time, click the gear icon `⚙️` in the top-right corner of the application and select **New session** from the dropdown menu. + To start a new session in a different directory, click the current directory displayed at the top of the application, or click the gear icon `⚙️` in the top-right corner of the application and select **Open directory** from the dropdown menu. You can select an existing folder or create a new folder. + You can also use keyboard shortcuts to start a new session or bring focus to open Goose windows. | Action | macOS | Windows/Linux | From e45c687fe58f5d9d7e5c56f30cfadb1ec726f0f8 Mon Sep 17 00:00:00 2001 From: Emma Youndtsmith Date: Mon, 30 Jun 2025 13:48:06 -0500 Subject: [PATCH 2/2] Add drag and drop info for macOS --- documentation/docs/guides/managing-goose-sessions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/docs/guides/managing-goose-sessions.md b/documentation/docs/guides/managing-goose-sessions.md index 12d888fe7c40..750e8dbdfa8b 100644 --- a/documentation/docs/guides/managing-goose-sessions.md +++ b/documentation/docs/guides/managing-goose-sessions.md @@ -20,6 +20,8 @@ A session is a single, continuous interaction between you and Goose, providing a To start a new session in a different directory, click the current directory displayed at the top of the application, or click the gear icon `⚙️` in the top-right corner of the application and select **Open directory** from the dropdown menu. You can select an existing folder or create a new folder. + On macOS, you can drag and drop a folder onto the Goose icon in the dock to open a new session in that directory. + You can also use keyboard shortcuts to start a new session or bring focus to open Goose windows. | Action | macOS | Windows/Linux |