mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
Added census chat
This commit is contained in:
parent
73ad270578
commit
781016b93c
2 changed files with 301 additions and 1 deletions
|
@ -171,7 +171,7 @@ class Coder:
|
|||
|
||||
if self.repo is not None:
|
||||
other_files = set(self.get_all_abs_files()) - set(self.abs_fnames)
|
||||
if other_files and len(other_files) < 100:
|
||||
if other_files and len(other_files) < 1000:
|
||||
if self.use_ctags:
|
||||
files_listing = get_tags_map(other_files)
|
||||
ctags_msg = " with selected ctags content"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue