Document r slash command (#6724)

This commit is contained in:
Emma Youndtsmith
2026-01-26 17:29:09 -06:00
committed by GitHub
parent 57fbffa7ad
commit b662d0d84d
3 changed files with 15 additions and 2 deletions
@@ -665,6 +665,7 @@ Once you're in an interactive session (via `goose session` or `goose run --inter
- **`/prompts [--extension <name>]`** - List all available prompts, optionally filtered by extension
- **`/recipe [filepath]`** - Generate a recipe from the current conversation and save it to the specified filepath (must end with .yaml). If no filepath is provided, it will be saved to ./recipe.yaml
- **`/compact`** - Compact and summarize the current conversation to reduce context length while preserving key information
- **`/r`** - Toggle full tool output display (show complete tool parameters without truncation)
- **`/t`** - Toggle between `light`, `dark`, and `ansi` themes. [More info](#themes).
- **`/t <name>`** - Set theme directly (light, dark, ansi)