feat: add verbose output for file processing in RepoMap

This commit is contained in:
Paul Gauthier 2024-11-05 08:48:06 -08:00 committed by Paul Gauthier (aider)
parent 6177856baf
commit 12698998b9

View file

@ -368,6 +368,8 @@ class RepoMap:
showing_bar = False
for fname in fnames:
if self.verbose:
self.io.tool_output(f"Processing {fname}")
if progress and not showing_bar:
progress()