Docs: Fix Nav Bar and wrong command in docs (#2889)

This commit is contained in:
Rizel Scarlett
2025-06-12 17:35:51 -04:00
committed by GitHub
parent d8ee167ff0
commit d5aafffcb4
2 changed files with 44 additions and 5 deletions

View File

@@ -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`)