diff --git a/aider/history.py b/aider/history.py index 9836be0ca..8d0bce7b3 100644 --- a/aider/history.py +++ b/aider/history.py @@ -64,7 +64,6 @@ class ChatSummary: return self.summarize_all(messages) # Split head and tail - head = messages[:split_index] tail = messages[split_index:] # Only size the head once