docs: cli theme persistence (#3398)

This commit is contained in:
dianed-square
2025-07-14 06:28:41 -07:00
committed by GitHub
parent 9357933703
commit be2b2a3a44
3 changed files with 43 additions and 3 deletions
+1
View File
@@ -31,6 +31,7 @@ The following settings can be configured at the root level of your config.yaml f
| `GOOSE_TOOLSHIM` | Enable tool interpretation | true/false | false | No |
| `GOOSE_TOOLSHIM_OLLAMA_MODEL` | Model for tool interpretation | Model name (e.g., "llama3.2") | System default | No |
| `GOOSE_CLI_MIN_PRIORITY` | Tool output verbosity | Float between 0.0 and 1.0 | 0.0 | No |
| `GOOSE_CLI_THEME` | [Theme](/docs/guides/goose-cli-commands#themes) for CLI response markdown | "light", "dark", "ansi" | "dark" | No |
| `GOOSE_ALLOWLIST` | URL for allowed extensions | Valid URL | None | No |
| `GOOSE_RECIPE_GITHUB_REPO` | GitHub repository for recipes | Format: "org/repo" | None | No |