mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 14:14:26 +01:00
Docs: Fix Nav Bar and wrong command in docs (#2889)
This commit is contained in:
@@ -70,11 +70,6 @@ export GOOSE_CONTEXT_STRATEGY=clear # Automatically clear session
|
||||
export GOOSE_CONTEXT_STRATEGY=prompt # Always prompt user (default)
|
||||
```
|
||||
|
||||
Or configure it permanently:
|
||||
```bash
|
||||
goose configure set GOOSE_CONTEXT_STRATEGY summarize
|
||||
```
|
||||
|
||||
**Default behavior:**
|
||||
- **Interactive mode**: Prompts user to choose (equivalent to `prompt`)
|
||||
- **Headless mode** (`goose run`): Automatically summarizes (equivalent to `summarize`)
|
||||
|
||||
Reference in New Issue
Block a user