Add changelog for #4295

This commit is contained in:
Mark Backman
2026-04-14 11:49:31 -04:00
parent 989fb4deaa
commit 84b885682f

1
changelog/4295.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `LLMContextSummarizer` failing with "No messages to summarize" when using `system_instruction` instead of a system-role message at the start of the context. The summarizer previously scanned the entire context for the first system message, which could match a mid-conversation injection (e.g. idle notifications) instead of the initial prompt, causing the summarization range to be empty.