From 39a3e39b6be22971c6521852c99ecdcad764784c Mon Sep 17 00:00:00 2001 From: ControlNet Date: Fri, 20 Feb 2026 02:50:11 +1100 Subject: [PATCH] Update docs/configurations.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configurations.md b/docs/configurations.md index b27b37171..f59616318 100644 --- a/docs/configurations.md +++ b/docs/configurations.md @@ -1165,7 +1165,7 @@ Opt-in experimental features that may change or be removed in future versions. U | `truncate_all_tool_outputs` | `false` | Truncates ALL tool outputs instead of just whitelisted tools (Grep, Glob, LSP, AST-grep). Tool output truncator is enabled by default - disable via `disabled_hooks`. | | `aggressive_truncation` | `false` | When token limit is exceeded, aggressively truncates tool outputs to fit within limits. More aggressive than the default truncation behavior. Falls back to summarize/revert if insufficient. | | `auto_resume` | `false` | Automatically resumes session after successful recovery from thinking block errors or thinking disabled violations. Extracts last user message and continues. | -| `disable_omo_env` | `false` | When `true`, disables auto-injected `` block generation (date, time, timezone, locale). When unset or `false`, current behavior is preserved. Set to `true` will improve the cache hit rate and reduce the API cost. | +| `disable_omo_env` | `false` | When `true`, disables auto-injected `` block generation (date, time, timezone, locale). When unset or `false`, current behavior is preserved. Setting this to `true` will improve the cache hit rate and reduce the API cost. | | `dynamic_context_pruning` | See below | Dynamic context pruning configuration for managing context window usage automatically. See [Dynamic Context Pruning](#dynamic-context-pruning) below. | ### Dynamic Context Pruning