Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/docs/guides/terminal-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down