Changelog entries for the context summarization improvements.

This commit is contained in:
filipi87
2026-02-27 18:42:13 -03:00
parent ed7f0a2c08
commit dfd0a515f3
4 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1 @@
- Added `LLMContextSummaryConfig` (summary generation params: `target_context_tokens`, `min_messages_after_summary`, `summarization_prompt`) and `LLMAutoContextSummarizationConfig` (auto-trigger thresholds: `max_context_tokens`, `max_unsummarized_messages`, plus a nested `summary_config`). These replace the monolithic `LLMContextSummarizationConfig`.