From b6f82c3d60d2556d8378dcaecd15cf4bae21b682 Mon Sep 17 00:00:00 2001 From: Ebony Louis <55366651+EbonyLouis@users.noreply.github.com> Date: Tue, 4 Mar 2025 15:44:24 -0500 Subject: [PATCH] docs: Update CLI Commands Guide (#1476) --- .../docs/guides/goose-cli-commands.md | 22 ++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) 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