Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions documentation/docs/guides/recipes/session-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,14 +234,16 @@ You can turn your current Goose session into a reusable recipe that includes the
3. Find your recipe in the Recipe Library
4. Click `Use` next to the recipe you want to open

2. If the recipe contains parameters, enter your values in the `Recipe Parameters` dialog and click `Start Recipe`.
2. The first time you run a recipe, a warning dialog displays the recipe's title, description, and instructions for you to review. If you trust the recipe content, click `Trust and Execute` to continue. You won't be prompted again for the same recipe unless it changes.

3. If the recipe contains parameters, enter your values in the `Recipe Parameters` dialog and click `Start Recipe`.

Parameters are dynamic values used in the recipe:

- **Required parameters** are marked with red asterisks (*)
- **Optional parameters** show default values that can be changed

3. To run the recipe, click an activity bubble or send the prompt.
4. To run the recipe, click an activity bubble or send the prompt.

:::info Parameter Creation In Goose CLI Only
You can enter parameter values to use in a recipe, but you cannot add parameters to a recipe in Goose Desktop. Parameters can only be defined in recipes created via the CLI.
Expand Down
7 changes: 7 additions & 0 deletions documentation/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,13 @@ For detailed steps on updating your LLM provider, refer to the [Installation][in

---

### New Recipe Warning

The first time you run a given recipe in Goose Desktop, you'll see a `New Recipe Warning` dialog that allows you to review the recipe's title, description, and instructions. If you trust the recipe, click `Trust and Execute` to continue. You won't be prompted again for the same recipe unless it changes.

This warning helps protect against inadvertently executing potentially harmful recipe code.

---
### Uninstall Goose or Remove Cached Data

You may need to uninstall Goose or clear existing data before re-installing. Goose stores data in a few places. Secrets, such as API keys, are stored exclusively in the system keychain.
Expand Down