Managing Goose Modes
Goose’s permissions determine how much autonomy it has when modifying files, using extensions, and performing automated actions. By selecting a permission mode, you have full control over how Goose interacts with your development environment.
Permission Modes
Mode | Description | Best For |
---|---|---|
Completely Autonomous | Goose can modify files, use extensions, and delete files without requiring approval. | Users who want full automation and seamless integration into their workflow. |
Manual Approval | Goose asks for confirmation before using any tools or extensions. | Users who want to review and approve every change and tool usage. |
Smart Approval | Goose uses a risk-based approach to automatically approve low-risk actions and flag others for approval. | Users who want a balanced mix of autonomy and oversight based on the action’s impact. |
Chat Only | Goose only engages in chat, with no extension use or file modifications. | Users who prefer a conversational AI experience without automation. |
Autonoumous Mode
is applied by default.
Configuring Goose Mode
Here's how to configure:
- Goose CLI
- Goose Desktop
- In Session
- From Settings
To change modes mid-session, use the /mode
command.
- Autonoumous:
/mode auto
- Approve:
/mode approve
- Chat:
/mode chat
- Run the following command:
goose configure
- Select
Goose Settings
from the menu and press Enter.
┌ goose-configure
│
◆ What would you like to configure?
| ○ Configure Providers
| ○ Add Extension
| ○ Toggle Extensions
| ○ Remove Extension
| ● Goose Settings (Set the Goose Mode, Tool Output, Experiment and more)
└
- Choose
Goose Mode
from the menu and press Enter.
┌ goose-configure
│
◇ What would you like to configure?
│ Goose Settings
│
◆ What setting would you like to configure?
│ ● Goose Mode (Configure Goose mode)
| ○ Tool Output
└
- Choose the Goose mode you would like to configure.
┌ goose-configure
│
◇ What would you like to configure?
│ Goose Settings
│
◇ What setting would you like to configure?
│ Goose Mode
│
◆ Which Goose mode would you like to configure?
│ ● Auto Mode
| ○ Approve Mode
| ○ Smart Approve Mode
| ○ Chat Mode
|
└ Set to Auto Mode - full file modification enabled
You can change modes before or during a session and it will take effect immediately.
- In Session
- From Settings
Click the Goose Mode option from the bottom menu.
- Click
...
in the upper right corner - Click
Settings
- Under
Mode Selection
, choose the mode you'd like
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.