mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 14:44:21 +01:00
docs: Adding clarity about resuming sessions to docs (#1190)
This commit is contained in:
@@ -61,7 +61,7 @@ goose session --name <name>
|
|||||||
Resume the previous session
|
Resume the previous session
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
goose session --resume
|
goose session --resume --name <name>
|
||||||
```
|
```
|
||||||
|
|
||||||
- **`--with-extension <COMMAND>`**
|
- **`--with-extension <COMMAND>`**
|
||||||
|
|||||||
@@ -76,6 +76,17 @@ If this is your first session, Goose will prompt you for an API key to access an
|
|||||||
goose session -r
|
goose session -r
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To resume a specific session, run the following command:
|
||||||
|
|
||||||
|
```
|
||||||
|
goose session -r --name <name>
|
||||||
|
```
|
||||||
|
For example, to resume the session named `react-migration`, you would run:
|
||||||
|
|
||||||
|
```
|
||||||
|
goose session -r --name react-migration
|
||||||
|
```
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
While you can resume sessions using the commands above, we recommend creating new sessions for new tasks to reduce the chance of [doom spiraling](/docs/troubleshooting#stuck-in-a-loop-or-unresponsive).
|
While you can resume sessions using the commands above, we recommend creating new sessions for new tasks to reduce the chance of [doom spiraling](/docs/troubleshooting#stuck-in-a-loop-or-unresponsive).
|
||||||
:::
|
:::
|
||||||
|
|||||||
Reference in New Issue
Block a user