From cfc6c55a2ea5bfb6a76c74338e8b22d472674d67 Mon Sep 17 00:00:00 2001 From: Rizel Scarlett Date: Tue, 17 Mar 2026 13:20:33 -0400 Subject: [PATCH] docs: add GOOSE_INPUT_LIMIT to config-files.md (#7961) Signed-off-by: Rizel Scarlett --- documentation/docs/guides/config-files.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/docs/guides/config-files.md b/documentation/docs/guides/config-files.md index 5308eb5dbf..680ab35577 100644 --- a/documentation/docs/guides/config-files.md +++ b/documentation/docs/guides/config-files.md @@ -43,6 +43,7 @@ The following settings can be configured at the root level of your config.yaml f | `GOOSE_PLANNER_MODEL` | Model for planning mode | Model name | Falls back to `GOOSE_MODEL` | No | | `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_INPUT_LIMIT` | Override input token limit for Ollama (maps to `num_ctx`) | Positive integer | Model 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_CLI_LIGHT_THEME` | Custom syntax highlighting theme for light mode | [bat theme name](https://github.com/sharkdp/bat#adding-new-themes) | "GitHub" | No |