Skip to content
Merged
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
4 changes: 4 additions & 0 deletions documentation/docs/guides/goose-cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ goose configure
```bash
goose session --resume --name <n>
```
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 <id>
```

- Start a session with the specified extension

Expand Down
Loading