Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/docs/guides/goose-cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -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', 'approve', 'chat', 'smart_approve')
Comment thread
jonyucra-square marked this conversation as resolved.
Outdated
- `/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
Expand Down
1 change: 1 addition & 0 deletions documentation/docs/guides/goose-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Here's how to configure:
* Autonomous: `/mode auto`
* Approve: `/mode approve`
Comment thread
jonyucra-square marked this conversation as resolved.
* Chat: `/mode chat`
* Smart Approve: `/mode smart_approve`
Comment thread
jonyucra-square marked this conversation as resolved.
Outdated
</TabItem>
<TabItem value="settings" label="From Settings">
1. Run the following command:
Expand Down