mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
docs: Update CLI Commands Guide (#1476)
This commit is contained in:
@@ -84,9 +84,10 @@ goose configure
|
||||
---
|
||||
|
||||
### info [options]
|
||||
Shows Goose information, where goose will load `config.yaml`, store data and logs.
|
||||
|
||||
- **`-v, --verbose`**: Show verbose information including config.yaml
|
||||
Shows Goose information, including the version, configuration file location, session storage, and logs.
|
||||
|
||||
- **`-v, --verbose`**: (Optional) Show detailed configuration settings, including environment variables and enabled extensions.
|
||||
|
||||
**Usage:**
|
||||
```bash
|
||||
@@ -168,4 +169,19 @@ Used to show the available implementations of the agent loop itself
|
||||
|
||||
```bash
|
||||
goose agents
|
||||
```
|
||||
```
|
||||
|
||||
---
|
||||
## Keyboard Shortcuts
|
||||
|
||||
Goose CLI supports several shortcuts and built-in commands for easier navigation.
|
||||
|
||||
### **Slash Commands**
|
||||
- **`/exit` or `/quit`** - Exit the session
|
||||
- **`/t`** - Toggle between Light/Dark modes
|
||||
- **`/?` or `/help`** - Display the help menu
|
||||
|
||||
### **Keyboard Navigation**
|
||||
- **`Ctrl+C`** - Interrupt the current request
|
||||
- **`Ctrl+J`** - Add a newline
|
||||
- **Up/Down arrows** - Navigate through command history
|
||||
Reference in New Issue
Block a user