Document tab completion (#6635)

This commit is contained in:
Emma Youndtsmith
2026-01-22 10:00:17 -06:00
committed by GitHub
parent 7bd120e87e
commit 24e85afd30
2 changed files with 88 additions and 0 deletions
@@ -156,6 +156,10 @@ Your terminal prompt now shows the context usage and model name (shortened for r
```bash
●●○○○ sonnet ~/projects $
```
## Shell Completion for goose Commands
`@goose` provides context-aware assistance based on your command history. To enable tab completion of goose CLI commands (like `goose session`, `goose run`, etc.), see the [shell completion documentation](/docs/guides/goose-cli-commands#completion).
## Troubleshooting
**goose doesn't see recent commands:**