mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
feat: Add commit_before_message attribute to Coder class
This commit is contained in:
parent
a75ed2728c
commit
37c40efe37
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ class Coder:
|
||||||
summarizer=None,
|
summarizer=None,
|
||||||
total_cost=0.0,
|
total_cost=0.0,
|
||||||
):
|
):
|
||||||
|
self.commit_before_message = []
|
||||||
self.aider_commit_hashes = set()
|
self.aider_commit_hashes = set()
|
||||||
self.rejected_urls = set()
|
self.rejected_urls = set()
|
||||||
self.abs_root_path_cache = {}
|
self.abs_root_path_cache = {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue