diff --git a/coder.py b/coder.py index 8a6a344b2..67b5e75a5 100755 --- a/coder.py +++ b/coder.py @@ -578,7 +578,7 @@ def main(): pretty = args.pretty coder = Coder(use_gpt_4, fnames, pretty) - coder.commit(ask=not args.commit, prefix="WIP: ") + coder.commit(ask=not args.commit, prefix="Initial commit: Added new files. ") if args.apply: with open(args.apply, "r") as f: