mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
Handle a pending summarization
This commit is contained in:
parent
fcce0c2c39
commit
03ac5202dd
1 changed files with 2 additions and 2 deletions
|
@ -365,8 +365,8 @@ class Coder:
|
||||||
if not self.summarizer.too_big(self.done_messages):
|
if not self.summarizer.too_big(self.done_messages):
|
||||||
return
|
return
|
||||||
|
|
||||||
assert self.summarizer_thread is None
|
self.summarize_end()
|
||||||
assert self.summarized_done_messages is None
|
|
||||||
if self.verbose:
|
if self.verbose:
|
||||||
self.io.tool_output("Starting to summarize chat history.")
|
self.io.tool_output("Starting to summarize chat history.")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue