do not add new files to git

This commit is contained in:
Paul Gauthier 2023-08-17 16:31:21 -07:00
parent 14d19e22b2
commit d89316147a
2 changed files with 0 additions and 13 deletions

View file

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