mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-08 21:55:00 +00:00
do not add new files to git
This commit is contained in:
parent
14d19e22b2
commit
d89316147a
2 changed files with 0 additions and 13 deletions
|
@ -190,9 +190,6 @@ class Coder:
|
|||
for fname in self.get_inchat_relative_files():
|
||||
self.io.tool_output(f"Added {fname} to the chat.")
|
||||
|
||||
if self.repo:
|
||||
self.repo.add_new_files(fname for fname in fnames if not Path(fname).is_dir())
|
||||
|
||||
self.summarizer = ChatSummary()
|
||||
self.summarizer_thread = None
|
||||
self.summarized_done_messages = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue