mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
chore(docs): update GOOSE_SESSION_ID -> AGENT_SESSION_ID (#6669)
Signed-off-by: Jonathan Hult <Jonathan@JonathanHult.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user