diff --git a/aider/args.py b/aider/args.py index f916a45fc..852b42ee2 100644 --- a/aider/args.py +++ b/aider/args.py @@ -724,12 +724,6 @@ def get_parser(default_config_files, git_root): default=True, help="Enable/disable fancy input with history and completion (default: True)", ) - group.add_argument( - "--haiku", - action="store_true", - help="Format assistant responses as haikus", - default=False, - ) ########## group = parser.add_argument_group("Voice Settings")