From 24c68928d6f665943bd301b6e282edee9236bfce Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 30 Oct 2024 14:34:27 -0700 Subject: [PATCH] feat: Add analytics tracking for model warnings --- aider/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/main.py b/aider/main.py index 32504b31b..f6da24f23 100644 --- a/aider/main.py +++ b/aider/main.py @@ -637,6 +637,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F if args.show_model_warnings: problem = models.sanity_check_models(io, main_model) if problem: + analytics.event("model warning", main_model=main_model) io.tool_output("You can skip this check with --no-show-model-warnings") try: