docs: slash commands topic (#6333)

Co-authored-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
dianed-square
2026-01-05 16:59:35 -08:00
committed by GitHub
parent 4050502354
commit c90ead254f
9 changed files with 180 additions and 55 deletions
@@ -600,7 +600,7 @@ Once you're in an interactive session (via `goose session` or `goose run --inter
# Clear the current conversation history
/clear
```
You can also create [custom slash commands for running recipes](/docs/guides/recipes/session-recipes.md#custom-recipe-commands) in goose Desktop or the CLI.
You can also create [custom slash commands for running recipes](/docs/guides/context-engineering/slash-commands) in goose Desktop or the CLI.
---