mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
docs: Add missing references to smart_approve mode. (#4094)
Co-authored-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user