mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: Add event attribute to Coder class
This commit is contained in:
parent
d59fd508c2
commit
4129065d6c
1 changed files with 2 additions and 0 deletions
|
@ -225,6 +225,8 @@ class Coder:
|
|||
analytics=None,
|
||||
):
|
||||
self.analytics = analytics
|
||||
self.event = analytics.event
|
||||
|
||||
self.commit_before_message = []
|
||||
self.aider_commit_hashes = set()
|
||||
self.rejected_urls = set()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue