diff --git a/documentation/docs/guides/goose-cli-commands.md b/documentation/docs/guides/goose-cli-commands.md index bbe07803..92146a29 100644 --- a/documentation/docs/guides/goose-cli-commands.md +++ b/documentation/docs/guides/goose-cli-commands.md @@ -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 -``` \ No newline at end of file +``` + +--- +## 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 \ No newline at end of file