docs: Add missing references to smart_approve mode. (#4094)

Co-authored-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
jonyucra-square
2025-08-14 17:54:57 -04:00
committed by GitHub
parent 70c70e6225
commit c498fa018d
2 changed files with 2 additions and 1 deletions
@@ -597,7 +597,7 @@ The CLI provides a set of slash commands that can be accessed during a session.
- `/builtin <names>` - Add builtin extensions by name (comma-separated)
- `/exit` or `/quit` - Exit the current session
- `/extension <command>` - Add a stdio extension (format: ENV1=val1 command args...)
- `/mode <n>` - Set the goose mode to use ('auto', 'approve', 'chat')
- `/mode <n>` - Set the goose mode to use ('auto', 'smart_approve', 'approve', 'chat')
- `/plan <message>` - Create a structured plan based on the given message
- `/prompt <n> [--info] [key=value...]` - Get prompt info or execute a prompt
- `/prompts [--extension <n>]` - List all available prompts, optionally filtered by extension
@@ -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`
</TabItem>