feat: Add analytics field to Coder class

This commit is contained in:
Paul Gauthier 2024-08-12 16:08:58 -07:00 committed by Paul Gauthier (aider)
parent 6ee8a74d47
commit 474ac62391

View file

@ -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()