feat: Add test for --map-mul option and update RepoMap to print map_mul_no_files

This commit is contained in:
Paul Gauthier (aider) 2024-08-21 16:03:37 -07:00
parent 64d47df118
commit bbb40e3045
2 changed files with 14 additions and 0 deletions

View file

@ -69,6 +69,9 @@ class RepoMap:
self.map_processing_time = 0
self.last_map = None
if self.verbose:
self.io.tool_output(f"RepoMap initialized with map_mul_no_files: {self.map_mul_no_files}")
def token_count(self, text):
len_text = len(text)
if len_text < 200: