mirror of
https://github.com/block/goose.git
synced 2026-04-29 12:09:38 +00:00
Document recipe slash commands feature (#6075)
This commit is contained in:
parent
a31eb7f316
commit
eec5df76c6
3 changed files with 63 additions and 2 deletions
|
|
@ -145,6 +145,17 @@ GOOSE_SEARCH_PATHS:
|
|||
|
||||
These paths are prepended to the system PATH when running extension commands, ensuring your custom tools are found without modifying your global PATH.
|
||||
|
||||
## Recipe Command Configuration
|
||||
You can optionally set up [custom slash commands](/docs/guides/recipes/session-recipes.md#custom-recipe-commands) to run recipes that you create. List the command (without the leading `/`) along with the path to the recipe:
|
||||
|
||||
```yaml
|
||||
slash_commands:
|
||||
- command: "run-tests"
|
||||
recipe_path: "/path/to/recipe.yaml"
|
||||
- command: "daily-standup"
|
||||
recipe_path: "/Users/me/.local/share/goose/recipes/standup.yaml"
|
||||
```
|
||||
|
||||
## Configuration Priority
|
||||
|
||||
Settings are applied in the following order of precedence:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue