From 7512cb4263136d35f6b585c6571091f238d5e5d4 Mon Sep 17 00:00:00 2001 From: Gary Zhou Date: Sat, 28 Jun 2025 20:55:54 -0400 Subject: [PATCH] docs: add more instructions about resuming a session for cli users (#3146) --- documentation/docs/guides/goose-cli-commands.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/docs/guides/goose-cli-commands.md b/documentation/docs/guides/goose-cli-commands.md index d69cdd29..4489b492 100644 --- a/documentation/docs/guides/goose-cli-commands.md +++ b/documentation/docs/guides/goose-cli-commands.md @@ -55,6 +55,10 @@ goose configure ```bash goose session --resume --name ``` + Or, if you didn't name your session, you can locate it by the session id generated by Goose, e.g. `2025250620_013617`. + ```bash + goose session --resume --id + ``` - Start a session with the specified extension