diff --git a/aider/main.py b/aider/main.py index 84e88f9e0..6203e0543 100644 --- a/aider/main.py +++ b/aider/main.py @@ -208,7 +208,7 @@ def main(args=None, input=None, output=None): ) if args.dirty_commits: - coder.commit(ask=True, prefix="wip: ", which="repo_files") + coder.commit(ask=True, which="repo_files") if args.apply: with open(args.apply, "r") as f: