mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
feat: Add analytics field to Coder class
This commit is contained in:
parent
6ee8a74d47
commit
474ac62391
1 changed files with 2 additions and 0 deletions
|
@ -222,7 +222,9 @@ class Coder:
|
|||
commands=None,
|
||||
summarizer=None,
|
||||
total_cost=0.0,
|
||||
analytics=None,
|
||||
):
|
||||
self.analytics = analytics
|
||||
self.commit_before_message = []
|
||||
self.aider_commit_hashes = set()
|
||||
self.rejected_urls = set()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue