diff --git a/documentation/docs/guides/goose-cli-commands.md b/documentation/docs/guides/goose-cli-commands.md index ccf4162f450c..821c857f901a 100644 --- a/documentation/docs/guides/goose-cli-commands.md +++ b/documentation/docs/guides/goose-cli-commands.md @@ -597,7 +597,7 @@ The CLI provides a set of slash commands that can be accessed during a session. - `/builtin ` - Add builtin extensions by name (comma-separated) - `/exit` or `/quit` - Exit the current session - `/extension ` - Add a stdio extension (format: ENV1=val1 command args...) -- `/mode ` - Set the goose mode to use ('auto', 'approve', 'chat') +- `/mode ` - Set the goose mode to use ('auto', 'smart_approve', 'approve', 'chat') - `/plan ` - Create a structured plan based on the given message - `/prompt [--info] [key=value...]` - Get prompt info or execute a prompt - `/prompts [--extension ]` - List all available prompts, optionally filtered by extension diff --git a/documentation/docs/guides/goose-permissions.md b/documentation/docs/guides/goose-permissions.md index 815f074543f0..7dd685fa9a1a 100644 --- a/documentation/docs/guides/goose-permissions.md +++ b/documentation/docs/guides/goose-permissions.md @@ -65,6 +65,7 @@ Here's how to configure: To change modes mid-session, use the `/mode` command. * Autonomous: `/mode auto` + * Smart Approve: `/mode smart_approve` * Approve: `/mode approve` * Chat: `/mode chat`