diff --git a/aider/args.py b/aider/args.py index a94c97a07..26ec41b57 100644 --- a/aider/args.py +++ b/aider/args.py @@ -197,6 +197,13 @@ def get_parser(default_config_files, git_root): default=None, help="Specify what edit format the LLM should use (default depends on model)", ) + group.add_argument( + "--senior", + action="store_const", + dest="edit_format", + const="senior", + help="Use senior edit format for the main chat", + ) group.add_argument( "--weak-model", metavar="WEAK_MODEL",