From 01a59c980ac0ed6ba57e250923e5bbbf64ebde32 Mon Sep 17 00:00:00 2001 From: angiejones Date: Wed, 29 Jan 2025 11:29:20 -0600 Subject: [PATCH] docs: removing docs on listing sessions --- .../docs/guides/managing-goose-sessions.md | 28 ++----------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/documentation/docs/guides/managing-goose-sessions.md b/documentation/docs/guides/managing-goose-sessions.md index 5d17ac4a4..d9f2a1dc0 100644 --- a/documentation/docs/guides/managing-goose-sessions.md +++ b/documentation/docs/guides/managing-goose-sessions.md @@ -20,13 +20,9 @@ A session is a single, continuous interaction between you and Goose, providing a ``` - After choosing an LLM provider, you’ll see the session interface ready for use. - - Type your questions, tasks, or instructions directly into the input field, and Goose will immediately get to work. + After choosing an LLM provider, you’ll see the session interface ready for use. Type your questions, tasks, or instructions directly into the input field, and Goose will immediately get to work. - ### Start New Session - - To start a new session in the Goose desktop application, click the three dots in the top-right corner of the application and select **New Session** from the dropdown menu. + To start a new session at any time, click the three dots in the top-right corner of the application and select **New Session** from the dropdown menu. @@ -79,26 +75,6 @@ A session is a single, continuous interaction between you and Goose, providing a goose session -r ``` - To resume a specific session, you can first check the sessions you currently have by running: - - ``` - goose session --list - ``` - - This command will display a list of all saved sessions, showing a name, date, and time for each session. The output should look similar to the following: - - ``` - 2024-11-12 14:12:28 managing-goose - 2024-11-12. 13:48:11 blog - 2024-11-12 13:27:21 react-migration - 2024-11-04 16:14:29 e6d7 - ``` - - To resume a specific session, run the following command: - - ``` - goose session -r -n react-migration - ``` :::tip While you can resume sessions using the commands above, we recommend creating new sessions for new tasks to reduce the chance of [doom spiraling](/docs/troubleshooting#stuck-in-a-loop-or-unresponsive). :::