397 B
397 B
- Fixed
LLMContextSummarizerfailing with "No messages to summarize" when usingsystem_instructioninstead 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.