feat(goose-cli): theme persistence & selection (#1693)

Co-authored-by: Bradley Axen <baxen@squareup.com>
This commit is contained in:
Shodipo Ayomide
2025-07-04 01:23:34 +01:00
committed by GitHub
parent f59077587f
commit 5e8e5fb7c2
5 changed files with 70 additions and 7 deletions

View File

@@ -556,6 +556,14 @@ All commands support tab completion. Press `<Tab>` after a slash (/) to cycle th
Goose CLI supports several shortcuts and built-in commands for easier navigation.
### Keyboard Navigation
- **`Ctrl+C`** - Interrupt the current request
- **`Ctrl+J`** - Add a newline
- **`Cmd+Up/Down arrows`** - Navigate through command history
- **`Cmd+Up/Down arrows`** - Navigate through command history
### Slash Commands
- **`/exit` or `/quit`** - Exit the session
- **`/t`** - Toggle between Light/Dark/Ansi themes
- **`/t <theme>`** - Set theme directly (`/t light`, `/t dark`, or `/t ansi`)
- **`/?` or `/help`** - Display the help menu