Docs for new terminal integration feature (#6042)

This commit is contained in:
Emma Youndtsmith
2025-12-10 13:58:22 -06:00
committed by GitHub
parent 2b8f9e1ee4
commit e842b149a4
2 changed files with 151 additions and 82 deletions
@@ -536,6 +536,21 @@ While the web interface provides most core features, be aware of these limitatio
---
### Terminal Integration
#### @goose / @g
Ask goose questions directly from your shell prompt, with command history included in the context. These aliases are created when you set up [terminal integration](/docs/guides/terminal-integration.md).
**Examples:**
```bash
# Ask questions with command history context
@goose create a python script to process these files
@goose create a PR description summarizing these changes
@g how do I fix these permission denied errors?
```
---
## Interactive Session Features