From 70521cda0ad662a0a151b44bdf9f915ffe3a24e6 Mon Sep 17 00:00:00 2001 From: Angie Jones Date: Thu, 13 Mar 2025 07:30:11 -0500 Subject: [PATCH] docs: updating goose modes doc (#1665) --- documentation/docs/guides/goose-permissions.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/documentation/docs/guides/goose-permissions.md b/documentation/docs/guides/goose-permissions.md index 3acd3db3..c4673505 100644 --- a/documentation/docs/guides/goose-permissions.md +++ b/documentation/docs/guides/goose-permissions.md @@ -90,14 +90,22 @@ Here's how to configure: + You can change modes before or during a session and it will take effect immediately. + + **From Settings** + 1. Click `...` in the upper right corner 2. Click `Settings` - 3. Scroll down to `Others` section - 4. Under `Mode Selection`, choose the mode you'd like + 3. Under `Mode Selection`, choose the mode you'd like - :::info - If you choose `Approve` mode, you will see "Allow" and "Deny" buttons in your session windows during tool calls. Goose will only ask for permission before tool call for tools that it deems are 'write' tools, for example any 'text editor write', 'text editor edit', 'bash - rm, cp, mv' commands, as an example. Read write approval makes best effort attempt at classifying read or write tools- this is interpreted by your LLM provider. - ::: + **Within Session** + Click the Goose Mode option from the bottom menu. + + :::info + If you choose `Approve` mode, you will see "Allow" and "Deny" buttons in your session windows during tool calls. Goose will only ask for permission for tools that it deems are 'write' tools, e.g. any 'text editor write', 'text editor edit', 'bash - rm, cp, mv' commands. + + Read/write approval makes best effort attempt at classifying read or write tools. This is interpreted by your LLM provider. + :::