diff --git a/aider/watch.py b/aider/watch.py index 0d1a6bab9..4a34e5cbc 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -226,6 +226,7 @@ Be sure to remove all these "ai" comments from the code! if comment: line_nums.append(i) comments.append(comment) + # Use the ai regex, but ensure it's "ai!" ... AI! if comment.strip().endswith("!"): has_bang = True if not line_nums: