From 8de69f6e2b6371f75da92f7c2394b9a3760c00dc Mon Sep 17 00:00:00 2001 From: Jonathan Hult Date: Mon, 9 Feb 2026 09:32:09 -0600 Subject: [PATCH] chore(docs): update GOOSE_SESSION_ID -> AGENT_SESSION_ID (#6669) Signed-off-by: Jonathan Hult --- documentation/docs/guides/terminal-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/guides/terminal-integration.md b/documentation/docs/guides/terminal-integration.md index 2a6a5d726f..33da7d655f 100644 --- a/documentation/docs/guides/terminal-integration.md +++ b/documentation/docs/guides/terminal-integration.md @@ -167,7 +167,7 @@ If you run commands but goose says it doesn't see any recent activity, check if You can also check the id of the goose session in your current terminal: ```bash # Check if session ID exists -echo $GOOSE_SESSION_ID +echo $AGENT_SESSION_ID # Should show something like: 20251209_151730 ``` To share context across terminal windows, use a [named session](#named-sessions) instead.