From 88d8cb7fc478c722d1bd3266b76b834bad59af94 Mon Sep 17 00:00:00 2001 From: Ariel Date: Thu, 27 Feb 2025 17:56:14 +0800 Subject: [PATCH] fix(docs): update default session location (#1412) --- documentation/docs/guides/managing-goose-sessions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/guides/managing-goose-sessions.md b/documentation/docs/guides/managing-goose-sessions.md index 0977de5cba..612b24d12c 100644 --- a/documentation/docs/guides/managing-goose-sessions.md +++ b/documentation/docs/guides/managing-goose-sessions.md @@ -44,7 +44,7 @@ If this is your first session, Goose will prompt you for an API key to access an ``` starting session | provider: openai model: gpt-4o - logging to ~/.config/goose/sessions/react-migration.json1 + logging to ~/.local/share/goose/sessions/react-migration.json1 ``` @@ -58,7 +58,7 @@ If this is your first session, Goose will prompt you for an API key to access an To save and exit a session, hold down `Ctrl` + `C`. Alternatively, you can type `exit` to save and exit the session. - Your session will be stored locally in `~/.config/goose/sessions`. + Your session will be stored locally in `~/.local/share/goose/sessions`. To exit a session, simply close the application.