diff --git a/aider/args.py b/aider/args.py index 0b32bd3c5..1341fda02 100644 --- a/aider/args.py +++ b/aider/args.py @@ -213,6 +213,12 @@ def get_parser(default_config_files, git_root): default=False, help="Enable caching of prompts (default: False)", ) + group.add_argument( + "--cache-warming-pings", + type=int, + default=0, + help="Number of pings to warm up the cache (default: 0)", + ) group.add_argument( "--map-multiplier-no-files", type=float,