mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
feat: Add SeniorCoder and update prompts
This commit is contained in:
parent
095bae6513
commit
087dbb40a3
7 changed files with 40 additions and 204 deletions
|
@ -1187,6 +1187,7 @@ class Coder:
|
|||
self.cur_messages += [dict(role="assistant", content=content)]
|
||||
return
|
||||
|
||||
self.reply_completed()
|
||||
edited = self.apply_updates()
|
||||
|
||||
self.update_cur_messages()
|
||||
|
@ -1238,6 +1239,9 @@ class Coder:
|
|||
else:
|
||||
self.reflected_message = add_rel_files_message
|
||||
|
||||
def reply_completed(self):
|
||||
pass
|
||||
|
||||
def show_exhausted_error(self):
|
||||
output_tokens = 0
|
||||
if self.partial_response_content:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue