mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
refactor: disable verbose mode and add comment for changed_file handling
This commit is contained in:
parent
e6215d969d
commit
7a9091fcae
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ from watchfiles import watch
|
|||
|
||||
from aider.dump import dump # noqa
|
||||
|
||||
VERBOSE = True
|
||||
VERBOSE = False
|
||||
|
||||
|
||||
def is_source_file(path: Path) -> bool:
|
||||
|
@ -131,7 +131,7 @@ def watch_source_files(
|
|||
changed_files = {str(Path(change[1])) for change in changes}
|
||||
yield changed_files
|
||||
|
||||
|
||||
# ai: for each changed_file, return the filename and the contents of the "ai" comment (all the way to end of line)
|
||||
def main():
|
||||
"""Example usage of the file watcher"""
|
||||
import argparse
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue