From ab3a818507c3c73a0743323acece77a2339838e5 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 23 Jul 2026 12:40:38 -0600 Subject: [PATCH] docs: Added the new compression control fields to the config example file --- config.example.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.example.yaml b/config.example.yaml index a17487b..6f6ef9e 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -187,6 +187,8 @@ summarization_prompt: > # The text prompt used for creating a concise s 'Summarize the discussion briefly in 200 words or less to use as a prompt for future context.' summary_context_prompt: > # The text prompt used for including the summary of the entire session as context to the model 'This is a summary of the chat history as a recap: ' +compression_keep_last: 0 # Number of most-recent messages to keep visible after compression (0 = compress all messages) +max_tool_result_chars: null # Cap on tool result characters forwarded to the model per call (null = no cap) # ---- Memory ---- # See the [Memory documentation](https://github.com/Dark-Alex-17/coyote/wiki/Memory) for more information.